Last Updated: February 25, 2016
·
844
· juanfernandes

Alias for $git push -u

I've been using Git for about a year now and I use quite a few aliases, but I can't believe I'm still typing 'git push -u' to push my changes.

Add a new alias:

alias push='git push -u'

Now you just need to type 'push' to push your latest changes.

1 Response
Add your response

I prefer just psh faster :)

over 1 year ago ·