kopia lustrzana https://github.com/c9/core
do not checkout branch when resetting a file
rodzic
5c2bed1c62
commit
9354fefd0c
|
@ -107,7 +107,7 @@ define(function(require, exports, module) {
|
|||
else if (e.value === "gitadd")
|
||||
lastLink.editor.onPaste("git add " + lastLink.value + "\n");
|
||||
else if (e.value === "gitcheckout")
|
||||
lastLink.editor.onPaste("git checkout " + lastLink.value);
|
||||
lastLink.editor.onPaste("git checkout -- " + lastLink.value);
|
||||
else if (e.value === "gitdiff")
|
||||
lastLink.editor.onPaste("git diff " + lastLink.value + "\n");
|
||||
else if (e.value === "gitrm")
|
||||
|
|
Ładowanie…
Reference in New Issue