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
@Alama32
Copy link

Alama32 commented May 28, 2015

Ca me fait rire! je suis tombé ici car j'ai tapé sur google "uploader un fichier sur github" en français SVP !!! lol
Git et Github, ils ne savaient pas encore faire plus simple???? pffffffffffff pour ça, dropbox est mieux!

@jeremyFreeAgent
Copy link

@renaudleo "rebase" in the french version of git is "rembobiner".

@maxkueng
Copy link

Bon 👍

BTW: Vous pouvez aliaser la commande comme ca dans votre .bashrc:

alias gitte=git
gitte stateuse

@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