Closed tommystanton closed 8 years ago
git-sh.1.ronn has a "Fetching and Pulling" section, but I'm surprised to see no mention of "Pushing." :smile:
git-sh.1.ronn
My workaround for now is:
$ git config --global alias.pu 'push'
Is it intentional that there is no real mention of "push" within the git-sh codebase?
I don't know why I didn't realize this, but any Git command (non-aliased; eg. push) works just fine within git-sh.
push
Closing this issue, since I now realize there isn't an actual problem. :sweat_smile:
git-sh.1.ronn
has a "Fetching and Pulling" section, but I'm surprised to see no mention of "Pushing." :smile:My workaround for now is:
Is it intentional that there is no real mention of "push" within the git-sh codebase?