diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2023-12-13 07:46:56 +0100 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2023-12-13 07:46:56 +0100 |
| commit | 09710a3463bc4a90e797d29b4955af1831a84e98 (patch) | |
| tree | a50ec957130e7573af00fa13af502374edf8c400 /zsh/gitHelp | |
| parent | bcf8aade269e9fcf6a1a1dcca63d21269f03ae9d (diff) | |
| parent | 1b7402b9e0d623cab9284aada81fb5429cf662e7 (diff) | |
Merge branch 'main' of github.com:Laitram31/.config
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" + |
