2020-10-27 11:55:47 +01:00
[
2021-02-18 17:29:48 +01:00
{
"id" : "init" ,
"command" : "git init" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Drag this card into the empty space above to initialize the time machine!" ,
"it" : "Trascina questa carta nell'area vuota sopra per inizializzare la macchina del tempo"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "clone" ,
"command" : "git clone ../[remote] ." ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Create your own copy of someone else's repo." ,
"it" : "Crea la copia del Repo di qualcun'altro."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "config-name" ,
"command" : "git config --global user.name [string]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Set your name.\n\n(Will not change anything outside of this game.)" ,
"it" : "Imposta il tuo nome.\n\n(Non cambierà nulla all'infuori del gioco.)"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "config-email" ,
"command" : "git config --global user.email [string]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Set your email address." ,
"it" : "Imposta la tua e-mail."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "checkout" ,
"command" : "git checkout [commit, ref]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Drag this card to a commit or to a branch to travel to it!" ,
"it" : "Sposta questa carta su un commit o su una branch per viaggiare in quello specifico momento."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "checkout-file" ,
"command" : "git checkout [file]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Reset changes in a local file." ,
"it" : "Resetta i cambiamenti in un file locale"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "checkout-from" ,
"command" : "git checkout [commit, ref] [file]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Get the file contents from the specified commits, and reset both the working directory, as well as the index, to it." ,
"it" : "Prendi il contenuto del file da uno specifico commits e resetta sia la directory di lavoro sia l'indice."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "commit-a" ,
"command" : "git commit -a" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Make a new commit, after automatically adding all changes to the index.\nYou'll be asked to enter a short description of what you changed." ,
"it" : "Crea un nuovo commit, dopo aver aggiunto automatico tutti i cambiamenti all'indice.|n Ti verrà chiesto di inserire una piccola descrizione di cosa hai cambiato."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "commit-auto" ,
2021-02-19 11:40:36 +01:00
"command" : "git add .; git commit" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Make a new commit containing your current environment! Type in a description of what changed!" ,
"it" : "Crea un nuovo commit contenente il tuo ambiente attuale! Scrivi nella descrizione di cosa hai cambiato"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "merge" ,
"command" : "git merge [commit, ref]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Merge the specified timeline into yours. If necessary, will create a merge commit." ,
"it" : "Unisce la linea temporale specificata con la tua. Se necessario, creerà un commit di unione."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "merge-abort" ,
"command" : "git merge --abort" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Abort the current merge attempt, and reconstruct the previous state." ,
"it" : "Interrompe il corrente tentativo di unione e ricostruisce lo stato precedente."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "rebase" ,
"command" : "git rebase [commit]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Put the events in your current timeline on top of the specified one." ,
"it" : "Mette l'evento nella tua, corrente, linea temporale sopra a quello specificato."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "pull" ,
"command" : "git pull" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Get someone else's version of the current timeline, and try to merge it into yours." ,
"it" : "Prende la versione corrente della line temporale di qualcun'altro e prova ad unirla alla tua."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "fetch" ,
"command" : "git fetch [remote]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Get a someone else's version of the current timeline." ,
"it" : "Prende la versione, corrente, della linea temporale di qualcun'altro"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "push" ,
"command" : "git push" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Give the current timeline to someone else." ,
"it" : "Invia la corrente line temporale a qualcun'altro"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "rebase-interactive" ,
"command" : "git rebase -i [commit]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Make changes to the events in your current timeline, back to the commit you drag this to." ,
"it" : "Apporta modifiche agli eventi nella tua timeline corrente, torna al commit su cui lo trascini "
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "rebase-continue" ,
"command" : "git rebase --continue" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Continue the current rebasing process." ,
"it" : "Continua il corrente processo di ricostruzione"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "reset-hard" ,
"command" : "git reset --hard [commit]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Move the branch you're on to the specified commit." ,
"it" : "Muove il tuo branch (ramo) nello specifico commit."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "reset" ,
"command" : "git reset [commit]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Jump to the commit, and update the index. Keep the current environment." ,
"it" : "Salta alcommit e aggiorna l'indice. Mette l'ambiente attuale."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "reset-file" ,
"command" : "git reset [file]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Reset the index version of a file to the version in the commit you're on." ,
"it" : "Resetta la versione dell'indice di un file alla versione del commit in cui sei"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "cherry-pick" ,
"command" : "git cherry-pick [commit]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Repeat the specified action on top of your current timeline." ,
"it" : "Ripete l'azione specificata sulla corrente linea temporale"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "revert" ,
"command" : "git revert [commit]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Make a new commit that reverts the changes of the speicified commit." ,
"it" : "Crea un nuovo commit che annula le modifiche dello specifico commit"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "bisect-start" ,
"command" : "git bisect start" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Start looking for the commit where things got bad." ,
"it" : "Inizia a cercare il commit dove le cose sono andate storte"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "bisect-good" ,
"command" : "git bisect good" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "State that the current commit is good! When you're automatically transferred, keep playing the `good` and `bad` cards!" ,
"it" : "Dichiara che l'attuale commit è buono! Continua a giocare con le carte `buone` e `cattive`!"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "bisect-bad" ,
"command" : "git bisect bad" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "State that the current commit is bad! When you're automatically transferred, keep playing the `good` and `bad` cards!" ,
"it" : "Dichiara che l'attuale commit non è valido! Continua a giocare con le carte `buone` e `cattive`!"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "add" ,
"command" : "git add [file]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Update the index version of the file to its current real content." ,
"it" : "Aggiorna l'indice del file con il, corrente, reale contenuto."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "rm" ,
"command" : "git rm [file]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Delete a file both in the working directory, as well as the index." ,
"it" : "Cancella il file sia dalla corrente directory che dall'indice."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "commit" ,
"command" : "git commit" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Make a commit from the current index." ,
"it" : "Crea un commit dal corrente indice."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "show" ,
"command" : "git show [commit]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Show what changed in the commit." ,
"it" : "Mostra cosa è cambiato nel commit."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "branch" ,
"command" : "git branch [string]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Create a new branch at your current location." ,
"it" : "Crea un nuovo branch (ramo) nella tua corrente posizione."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "branch-delete" ,
"command" : "git branch -D [ref]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Delete a branch." ,
"it" : "Cancella un branch.(ramo)"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "reflog" ,
"command" : "git reflog [ref, head]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Display a log of where the ref pointed to in the past." ,
"it" : "Mostra un log di dove il riferimento puntava in passato"
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "file-new" ,
"command" : "touch [string]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Create a new file." ,
"it" : "Crea un nuovo file."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "file-delete" ,
"command" : "rm [file]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Delete a file." ,
"it" : "Cancella un file."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "file-rename" ,
"command" : "mv [file] [string]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Rename a file." ,
"it" : "Rinomina un file."
}
2021-02-18 17:29:48 +01:00
} ,
{
"id" : "file-copy" ,
"command" : "cp [file] [string]" ,
2021-09-06 12:28:35 +02:00
"description" : {
"en" : "Make a copy of a file." ,
"it" : "Crea una copia di un file."
}
2021-02-18 17:29:48 +01:00
}
2020-10-27 11:55:47 +01:00
]