diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-11-02 19:56:27 +0100 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-11-02 19:56:27 +0100 |
| commit | 1b7402b9e0d623cab9284aada81fb5429cf662e7 (patch) | |
| tree | 02066b7acca6f4038357e76121e7bcc05a50886b /zsh/gitHelp | |
| parent | 0e2d387565cb03c41cef33b9ff01eac5a5cb9132 (diff) | |
various
Diffstat (limited to 'zsh/gitHelp')
| -rw-r--r-- | zsh/gitHelp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/zsh/gitHelp b/zsh/gitHelp new file mode 100644 index 0000000..4d4d686 --- /dev/null +++ b/zsh/gitHelp @@ -0,0 +1,15 @@ +# Trouduction de Git + +clone / cloner : "git clone" +tirer / tir / poule : "git pull" +statut / sta : "git status" +ajouter / aj : "git add" +atome_de_code / ato : "git commit -m" # voir bitoduc.fr, Commit +pousser / pous : "git push" +poussétiquettes / poussE : "git push --follow-tags" +difference / ference / "git diff" +tronc / tr : "git log" +resto / restau : "git restore" +étiquette / etiqu : "git tag" +branche : "git branch" + |
