Recommending --set-upstream when doing a git push to a feature branch.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 16 Jun 2011 13:33:10 +0000 (08:33 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 16 Jun 2011 13:33:10 +0000 (08:33 -0500)
commit595944d46483112a9348df240cfb84a3ec2246f8
tree8a65278cdc9fccf7a2b2984da9a3d0bbbd94c9f6
parent0e9dd2a28669a4d42c4a3828dbd047937acd776c
Recommending --set-upstream when doing a git push to a feature branch.

This is nice because it means git will tell you when your branch is
ahead/behind by several commits, assuming you keep working on it.
docs/git.rst