Skip to content

Instantly share code, notes, and snippets.

@ambuc
Last active May 31, 2021 21:10
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 ambuc/0d6d4a0f559fa9a45e080de4043d36ad to your computer and use it in GitHub Desktop.
Save ambuc/0d6d4a0f559fa9a45e080de4043d36ad to your computer and use it in GitHub Desktop.
.gitconfig
[user]
name = James Adam Buckland
email = james.adam.buckland@gmail.com
[alias]
lol = log --graph --decorate --pretty=oneline --abbrev-commit
graph = log --graph --oneline --decorate --all
st = status
br = branch
co = checkout
ci = commit
[core]
editor= vim
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = always
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper = cache
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment