Answers for "git -u flag command"

3

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
0

-u flag in git command

meaning: git -u flag
Posted by: Guest on April-02-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language