Skip to content

Instantly share code, notes, and snippets.

View qmachard's full-sized avatar
🥁
Code 'n' Roll !

Quentin Machard qmachard

🥁
Code 'n' Roll !
View GitHub Profile
@jcdarwin
jcdarwin / git_aliases
Last active May 31, 2022 07:16
Use git aliases
################################################################################
# Once the following has been added to the .gitconfig and .extra, we can view
# all our git aliases by either using
#
# gla # List git aliases without comments
#
# galias # List git aliases with comments
#
# Refer to the following for more information:
# https://gist.github.com/mwhite/6887990