rtomayko / git-sh

A customized bash environment suitable for git work.
GNU General Public License v2.0
735 stars 83 forks source link

No alias for 'git push'? #40

Closed tommystanton closed 8 years ago

tommystanton commented 8 years ago

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:

$ git config --global alias.pu 'push'

Is it intentional that there is no real mention of "push" within the git-sh codebase?

tommystanton commented 8 years ago

I don't know why I didn't realize this, but any Git command (non-aliased; eg. push) works just fine within git-sh.

Closing this issue, since I now realize there isn't an actual problem. :sweat_smile: