File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
release/share/git-webui/webui/js
src/share/git-webui/webui/js Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1369,7 +1369,7 @@ webui.LogView = function(historyView) {
1369
1369
'<p>There are a few options available to revert the previous commit. Please read the description carefully to make sure you choose' +
1370
1370
' the correct option.</p>' +
1371
1371
'<h4>Revert</h2><p><i>git revert --no-commit</i> - This will create a new change, which will be the reversal of the previous commit.' +
1372
- 'It will not be autometically committed, so you can inspect/modify/combine the changes with others before you commit.</p>' +
1372
+ 'It will not be automatically committed, so you can inspect/modify/combine the changes with others before you commit.</p>' +
1373
1373
'<h4>Hard Reset</h2><p><i>git reset --hard HEAD~1</i> - This will delete the previous commit entirely, and reset you to a state' +
1374
1374
' before the commit. <b>WARNING:</b> This will also delete <b>all uncommitted changes</b>, so make sure you have no changes left before' +
1375
1375
' attempting this operation.</p>' +
Original file line number Diff line number Diff line change @@ -1369,7 +1369,7 @@ webui.LogView = function(historyView) {
1369
1369
'<p>There are a few options available to revert the previous commit. Please read the description carefully to make sure you choose' +
1370
1370
' the correct option.</p>' +
1371
1371
'<h4>Revert</h2><p><i>git revert --no-commit</i> - This will create a new change, which will be the reversal of the previous commit.' +
1372
- 'It will not be autometically committed, so you can inspect/modify/combine the changes with others before you commit.</p>' +
1372
+ 'It will not be automatically committed, so you can inspect/modify/combine the changes with others before you commit.</p>' +
1373
1373
'<h4>Hard Reset</h2><p><i>git reset --hard HEAD~1</i> - This will delete the previous commit entirely, and reset you to a state' +
1374
1374
' before the commit. <b>WARNING:</b> This will also delete <b>all uncommitted changes</b>, so make sure you have no changes left before' +
1375
1375
' attempting this operation.</p>' +
You can’t perform that action at this time.
0 commit comments