Skip to content

Commit 949e46c

Browse files
committed
Add some line breaks
1 parent 0800177 commit 949e46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/reference-upstream-branch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ git config --global alias.reso "reset --keep @{u}"
1414

1515
note: I'm using `--keep` instead of `--hard` because it's a bit [safer](./reset-keep.md)
1616

17-
I use this when a branch I've pulled down has completely changed on the remote and I have no changes (for instance reviewing a PR) and a `pull` would be messy (this is also much faster depending on the number of commits).
17+
I use this when a branch I've pulled down has completely changed on the remote and I have no changes (for instance when reviewing a PR) and a `pull` would be messy (a reset is also much faster depending on the number of commits).
1818

1919
Or if I've completely borked my local branch and want to start over from where I last pushed 😅.

0 commit comments

Comments
 (0)