Skip to content

Commit 2c28c32

Browse files
Update Git_Notes.md
1 parent 396a4c5 commit 2c28c32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

00.Git/Git_Notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ git push # thanks to -u, you don’t need origin/branch
7575

7676
# Fetch & merge changes from remote
7777
git pull origin main
78+
79+
# Resync your local to remote
80+
git pull --rebase origin main
7881
```
7982

8083
---

0 commit comments

Comments
 (0)