Skip to content

Instantly share code, notes, and snippets.

@remi
Created July 27, 2011 18:14
Show Gist options
  • Save remi/1110021 to your computer and use it in GitHub Desktop.
Save remi/1110021 to your computer and use it in GitHub Desktop.
Alias pour utiliser git en français!
[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
@bersace
Copy link

bersace commented May 31, 2017

Sympa ! Ça change des carpettes du tout à l'anglais ^^

@fayak
Copy link

fayak commented Dec 5, 2017

journalcourt = shortlog

@eric-laporte
Copy link

fork=?

@amosnier
Copy link

Fork, c'est fourchette évidemment.

@dbachet
Copy link

dbachet commented Oct 22, 2021

regarde = checkout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment