Skip to content

Instantly share code, notes, and snippets.

@mghignet
Last active April 7, 2017 14:52
Show Gist options
  • Select an option

  • Save mghignet/2e8e5e6078d3e67fd06e7f8cd2d8de67 to your computer and use it in GitHub Desktop.

Select an option

Save mghignet/2e8e5e6078d3e67fd06e7f8cd2d8de67 to your computer and use it in GitHub Desktop.
# 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