Skip to content

Instantly share code, notes, and snippets.

@fhgbaguidi
Created November 4, 2022 09:10
Show Gist options
  • Save fhgbaguidi/5ee7276be4c733c0cbed856de297f3a4 to your computer and use it in GitHub Desktop.
Save fhgbaguidi/5ee7276be4c733c0cbed856de297f3a4 to your computer and use it in GitHub Desktop.
[alias]
co = checkout
b = branch
cob = checkout -b
cm = commit -m
s = status -sb
todo = ! git grep --extended-regexp -I --line-number --break --heading --color=auto 'TODO|FIXME'
p = push
ll = log --oneline
last = log -1 HEAD --stat
gl = config --global -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment