Skip to content

Commit 1773080

Browse files
committed
Update git readme [ci skip]
1 parent cfe6b1d commit 1773080

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

GIT-README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,9 @@ https://stackoverflow.com/questions/4515580/how-do-i-remove-the-old-history-from
9898

9999
# Pull master while in a another branch
100100

101-
git fetch origin master:master
101+
git fetch origin master:master
102+
103+
# Alternative to `git pull`
104+
105+
Use `git fetch && git rebase`
106+

0 commit comments

Comments
 (0)