[Bash-completion-devel] Added wiki page BashCompletion/Git

Freddy Vulto fvulto at gmail.com
Sat Feb 21 18:48:43 UTC 2009


A wiki page http://wiki.debian.org/Teams/BashCompletion/Git has been
created, with additional information (besides the repository
locations):

---8k--------------------------------

Development on frozen/1.0

If you want to checkout origin/frozen/1.0 in a local branch
frozen/1.0, use these commands:

    $ git pull origin
    $ git checkout --track -b frozen/1.0 origin/frozen/1.0

Now both git pull and git push will work from/to origin/frozen/1.0.
If you choose a different name <nick> for the local branch, use this
additional command:

    $ git config branch.<nick>.push <nick>:frozen/1.0

Otherwise git push will push to origin/master instead of origin/frozen/1.0.

---8k--------------------------------

Feel free to add more tips & tricks.

Freddy Vulto
http://fvue.nl



More information about the Bash-completion-devel mailing list