简单的 Cheat Sheet
Clone 指定项目到本地
git clone $url
本地拉取远程分支数据(IDE 一般自带这类功能,周期性自动拉取)
git fetch --all
从指定分支的远程分支创建新分支
git checkout -b $new_branch_name origin/$remote_branch_name
推送本地分支到远程分支
git push --set-upstream origin $branch_name
对齐远程主干分支(通常在提交 PR 前可以对齐一下)
简易方式(基于 Merge):git merge origin/master
多分支协作推荐方式(基于 Rebase):
git rebase origin/master
多人协作同一分支,对齐远程(push 前)
git pull --rebase
5 条评论
你的文章内容非常专业,让人佩服。 https://www.yonboz.com/video/6033.html
你的文章充满了欢乐,让人忍不住一笑。 https://www.4006400989.com/qyvideo/7638.html
每次看到你的文章,我都觉得时间过得好快。 https://www.4006400989.com/qyvideo/37052.html
你的才华让人惊叹,你是我的榜样。 https://www.4006400989.com/qyvideo/42967.html
文章的确不错啊https://www.cscnn.com/