Skip to content

Instantly share code, notes, and snippets.

@ridaeh
Last active October 12, 2021 08:31
Show Gist options
  • Save ridaeh/8a26aed779cfc3d61e26847c7ae441f6 to your computer and use it in GitHub Desktop.
Save ridaeh/8a26aed779cfc3d61e26847c7ae441f6 to your computer and use it in GitHub Desktop.
My git aliases
[alias]
cn = clone
st = status
co = checkout
cob = checkout -b
ci = commit
cm = commit -m
psc = !git push origin `git branch --show-current`
a = add
[credential]
helper = cache --timeout 36000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment