[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gits] pushing a branch



So if I am on a tracking branch and I want to push it up:

boss> git push

pushes the branch but also everything else. So I do:

boss> git push central aptui

and that works. But is there a way to tell git to just push
the branch I am sitting in? If I have to remember different
commands depending on the branch I am in, I am hosed.

Lbs