Answers for "git -u flag"

1

git -u flag

The -u option automatically sets that repo as the upstream repo for you.

That way, in the future, Git "knows" where you want to push to and
where you want to pull from, so you can use git pull or git push 
without arguments.
Posted by: Guest on August-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language