Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: git along



Use `git -C $dir $command` to change the directory before executing the
command. If you run `git clone $source $dest` a second time it will tell
you that the directory $dest is not empty and abort.

To start with git the first chapters of the git-book[1] are good. I'd
recommend to read at least the three first chapters for the beginning.
The rest is also very well written.

1: http://git-scm.com/book/en/v2

-Nathan

-- 
/"\  ASCII Ribbon Campaign
\ /  - against HTML emails
 X   - against proprietory attachments
/ \  http://en.wikipedia.org/wiki/ASCII_Ribbon_Campaign



Messages sorted by: Reverse Date, Date, Thread, Author