Created
July 27, 2011 18:14
-
-
Save remi/1110021 to your computer and use it in GitHub Desktop.
Alias pour utiliser git en français!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
etat = status | |
pousser = push | |
tirer = pull | |
commettre = commit | |
ranger = stash | |
ajouter = add | |
enlever = rm | |
cloner = clone | |
fusionner = merge | |
distant = remote | |
branche = branch | |
difference = diff | |
journal = log | |
cerise = cherry-pick | |
configuration = config | |
nettoyer = clean | |
recuperer = fetch | |
etiquetter = tag | |
afficher = show | |
deplacer = mv |
Bon 👍
BTW: Vous pouvez aliaser la commande comme ca dans votre .bashrc
:
alias gitte=git
gitte stateuse
Sympa ! Ça change des carpettes du tout à l'anglais ^^
journalcourt = shortlog
fork=?
Fork, c'est fourchette évidemment.
regarde = checkout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@renaudleo "rebase" in the french version of git is "rembobiner".