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

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

代码示例1
$ git push -u origin test
Branch test set up to track remote branch test from origin.
Everything up-to-date
$ git pull
Already up-to-date.