Skip to content

Commit 58be51c

Browse files
committed
add some new notes
1 parent a164098 commit 58be51c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

functions/git/note.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ git pull 是git fetch + git merge的组合。git pull是把远程仓库更新到
5050
```shell script
5151
git remote add upstream git://github.com/public/repo.git
5252
git fetch upstream
53+
git merge upstream/master
54+
git push origin master
5355
```
5456

5557
## 常见问题FAQ

0 commit comments

Comments
 (0)