Skip to content

Commit 64de741

Browse files
committed
Remove redundant info about Git version
1 parent 2bf0cae commit 64de741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Accordingly, if you update to Git 2.9 or later, you can use this alias instead o
1616

1717
git config --global alias.up 'pull --rebase --autostash'
1818

19-
If you'd rather this happened on every `git pull`, then you can do this if you're running Git 2.9 or later:
19+
If you'd rather this happened on every `git pull`, then you can do this:
2020

2121
git config --global pull.rebase true
2222
git config --global rebase.autoStash true

0 commit comments

Comments
 (0)