📜  git -u flag - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:56.884000             🧑  作者: Mango

代码示例1
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.