mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-02 09:05:06 +02:00
Merge pull request #657 from Hongarc/gulp
chore: use `gulp` instead of `grunt`
This commit is contained in:
commit
57caf3dc09
23 changed files with 2046 additions and 1493 deletions
|
@ -138,8 +138,8 @@ HeadlessGit.prototype.sendCommand = function(value, entireCommandPromise) {
|
|||
console.log('!!!!!!!!!!!!!!!!!!!!!!');
|
||||
});
|
||||
deferred.resolve();
|
||||
return chain;
|
||||
};
|
||||
|
||||
exports.HeadlessGit = HeadlessGit;
|
||||
exports.getTreeQuick = getTreeQuick;
|
||||
|
||||
|
|
|
@ -732,7 +732,7 @@ exports.level = {
|
|||
}
|
||||
]
|
||||
},
|
||||
"ko": {
|
||||
"ko": {
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ModalAlert",
|
||||
|
|
|
@ -665,7 +665,7 @@ exports.level = {
|
|||
}
|
||||
]
|
||||
},
|
||||
"ko": {
|
||||
"ko": {
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ModalAlert",
|
||||
|
|
|
@ -14,7 +14,7 @@ exports.level = {
|
|||
"de_DE": "Den Kopf abtrennen",
|
||||
"ja" : "HEADの分離",
|
||||
"ru_RU": "Теряем голову, или detached HEAD",
|
||||
"ko" : "HEAD 분리하기",
|
||||
"ko" : "HEAD 분리하기",
|
||||
"uk": "Втрачаємо голову чи detached HEAD",
|
||||
'vi': "Tháo đầu cái nào"
|
||||
},
|
||||
|
@ -889,7 +889,7 @@ exports.level = {
|
|||
}
|
||||
]
|
||||
},
|
||||
"ko": {
|
||||
"ko": {
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ModalAlert",
|
||||
|
|
|
@ -754,7 +754,7 @@ exports.level = {
|
|||
}
|
||||
]
|
||||
},
|
||||
"ko": {
|
||||
"ko": {
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ModalAlert",
|
||||
|
|
|
@ -860,7 +860,7 @@ exports.level = {
|
|||
}
|
||||
]
|
||||
},
|
||||
"ko": {
|
||||
"ko": {
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ModalAlert",
|
||||
|
|
|
@ -779,7 +779,7 @@ exports.level = {
|
|||
}
|
||||
]
|
||||
},
|
||||
"ko": {
|
||||
"ko": {
|
||||
"childViews": [
|
||||
{
|
||||
"type": "ModalAlert",
|
||||
|
|
|
@ -125,7 +125,7 @@ body,
|
|||
-webkit-box-align: center;
|
||||
-moz-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
justify-content : center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.startAlign {
|
||||
|
|
|
@ -69,12 +69,12 @@
|
|||
<p class="command"></p>
|
||||
</div>
|
||||
<textarea
|
||||
autocomplete="off"
|
||||
autocorrect="off"
|
||||
autocapitalize="off"
|
||||
spellcheck="false"
|
||||
id="commandTextField">
|
||||
</textarea>
|
||||
autocomplete="off"
|
||||
autocorrect="off"
|
||||
autocapitalize="off"
|
||||
spellcheck="false"
|
||||
id="commandTextField">
|
||||
</textarea>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue