> For the complete documentation index, see [llms.txt](https://thinking.simonaking.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thinking.simonaking.com/tags/tool/git.md).

# Git

1. 分享个刚刚学到的小知识: `git push origin master:remoteBranch` \
   从本地 master 分支上 新建 远程分支, 并 push 到远程仓库.
