Linux Git

一、常规操作

https://app.yinxiang.com/fx/c388810f-92a9-4491-9837-0ca0b54ffc45

二、本地有改动时进行git pull

https://blog.csdn.net/nakiri_arisu/article/details/80259531

三、Git submodule

https://blog.justwe.site/post/git-submodule/

四、git fetch & pull详解

https://www.cnblogs.com/runnerjack/p/9342362.html

git pull = git fetch + git merge

git fetch origin master //从远程主机的master分支拉取最新内容
git merge FETCH_HEAD //将拉取下来的最新内容合并到当前所在的分支中

posted @ 2021-07-02 20:59  HKSun  阅读(31)  评论(0编辑  收藏  举报