We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50d0878 + 5391e22 commit f5f2522Copy full SHA for f5f2522
js/historyview.js
@@ -1479,7 +1479,7 @@ define(['d3'], function() {
1479
this.reset(origBranch)
1480
this._setCurrentBranch(origBranch)
1481
this.addReflogEntry(
1482
- 'HEAD', this.getCommit('HEAD').id, 'rebase finished: returning to resf/heads/' + origBranch
+ 'HEAD', this.getCommit('HEAD').id, 'rebase finished: returning to refs/heads/' + origBranch
1483
)
1484
1485
origBranch, newHeadCommit.id, 'rebase finished: refs/heads/' +
0 commit comments