📌  相关文章
📜  git push origin 当前分支 - Shell-Bash 代码示例

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

代码示例3
git push origin HEAD
    A handy way to push the current branch to the same name on the remote.

# To set upstream tracking information in the local branch,
# if you haven't already pushed to the origin.
git push -u origin HEAD