Y
Hacker News
new
|
ask
|
show
|
jobs
by
saltycraig
3719 days ago
I like to use:
git push -u origin master
So then the next time all I need to do is:
git push
1 comments
sethish
3719 days ago
That depends on your git.push settings. I have it set to current, which means `git push` pushes the current branch to only an origin branch of the same name.
link