-
-
Save mghignet/2e8e5e6078d3e67fd06e7f8cd2d8de67 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # Dans votre .bashrc/.zshrc/.xxxrc/fichier d'alias... | |
| alias guy=git | |
| # Dans votre .gitconfig | |
| [alias] | |
| ajoute = add | |
| tar = archive | |
| bifurque = bisect | |
| enquete = blame | |
| branche = branch | |
| regarde = checkout | |
| cueille = cherry-pick | |
| rangetachambre = clean | |
| clone = clone | |
| valide = commit | |
| configure = config | |
| decris = describe | |
| differences = diff | |
| rapporte = fetch | |
| gui = gui | |
| aide = help | |
| cree = init | |
| buche = log | |
| fusionne = merge | |
| tire = pull | |
| pousse = push | |
| distant = remote | |
| reinitialise = reset | |
| annule = revert | |
| buchette = shortlog | |
| montre = show | |
| planque = stash | |
| statut = status | |
| sousmodule = submodule | |
| vieux = svn | |
| graffiti = tag | |
| changements = whatchanged | |
| # usage : | |
| guy planque | |
| guy rangetachambre | |
| guy gui | |
| guy pousse mémé-dans-les-orties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment