Skip to content

Instantly share code, notes, and snippets.

@ckxng
Last active August 27, 2020 06:38
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 ckxng/a06123faa358cd51f0ba6f720a87b2cc to your computer and use it in GitHub Desktop.
Save ckxng/a06123faa358cd51f0ba6f720a87b2cc to your computer and use it in GitHub Desktop.
personal .gitconfig
[core]
# on windows:
# autocrlf = true
# on linux:
autocrlf = input
[alias]
lol = log --oneline --decorate --graph --all --color=auto
co = checkout
st = status
ci = commit
br = branch
fe = fetch --all
me = merge --no-ff --no-commit
pull = pull --ffonly
[push]
default = simple
[user]
name = Cameron King
email = cking@ckxng.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment