I'm not sure if I just need to use this once or every time.
Can I do a
git push -u repo branch
and from there just do a
git push repo branch
because it has already been set? Or do I need the -u every time? g Research
https://git-scm.com/docs/git-push/1.6.1.3
What exactly does the "u" do? "git push -u origin master" vs "git push origin master"