Skip to content

Instantly share code, notes, and snippets.

@aimxhaisse
Last active December 6, 2019 16:53
Show Gist options
  • Save aimxhaisse/6816868 to your computer and use it in GitHub Desktop.
Save aimxhaisse/6816868 to your computer and use it in GitHub Desktop.
git pour les francophones
# alias git pour les francophones
[alias]
pousse = push
aspire = pull
tige = branch
rajoute = add
bouge = mv
montre = show
fusionne = merge
duplique = clone
balance = commit
commence = init
balanceafond = commit -a
pousseetfaitchierletage = push -f
supprimesansposerdequestionsquimefontperdredutemps = rm -f
ouvremoidonclabranche = checkout
ouvremoidonclabrancheSTP = checkout -f
@bbrossaud
Copy link

🤣

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