Skip to content

Instantly share code, notes, and snippets.

@jiffyclub
Last active October 7, 2019 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiffyclub/6d9cbc2535bbba19188d355ed1e0b28d to your computer and use it in GitHub Desktop.
Save jiffyclub/6d9cbc2535bbba19188d355ed1e0b28d to your computer and use it in GitHub Desktop.
My git aliases
[core]
editor = code -nw
[alias]
st = status
ls = log --oneline --decorate
lg = log --oneline --decorate --graph
ff = merge --ff-only
mrg = merge --no-ff
ffpull = pull --ff-only
co = checkout
cnv = commit --no-verify
sq = merge --squash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment