On 24.10.2011 20:53, Xenia wrote:
Also the README in
https://git.chezwam.org:446/?p=awesome.git;a=blob;f=README_Debian-builder;hb=cw
did not help, because executing the build-debian file, I get an error:
./build-debian: line 91: git-checkout: command not found
The right command is 'git checkout' without '-', but I'm not able to
change the file, commit/push it, so that it works.
Can someone tell me if I am actually on the right track or how I can do
this?
Thanks,
Xenia
Just a workaround, but you can
alias 'git-checkout=git checkout'
in bash. Or create a shell script with that name in ~/bin/git-checkout
(or whatsever in your path):
#!/bin/sh
git checkout $@
--
To unsubscribe, send mail to [email protected].