Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[che-dev] Command Processer for GIT using -l flag

Hello,

 

While trying to execute "git init" on a directory from inside Che we've encountered the following issue:

 

The command executed are "/bin/bash" "-cl" "git init"

The "-l" flag caused a re-login, and thereby causes our "git init" command to be executed not in the PWD…. This is our problem

 

Where does this "-l" flag is set?

What is the motivation for using it?

 

Thanks and Regards,

Dror

 


Back to the top