Skip to content

Commit c8686e5

Browse files
committed
Merge branch 'rr/rebase-autostash'
* rr/rebase-autostash: git-rebase: fix typo
2 parents 2ed8eca + ac1998d commit c8686e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ finish_rebase () {
159159
die "$(eval_gettext "Cannot store \$stash_sha1")"
160160
gettext 'Applying autostash resulted in conflicts.
161161
Your changes are safe in the stash.
162-
You can run "git stash pop" or "git stash drop" it at any time.
162+
You can run "git stash pop" or "git stash drop" at any time.
163163
'
164164
fi
165165
fi

0 commit comments

Comments
 (0)