Skip to content

Instantly share code, notes, and snippets.

@ambuc
Last active May 31, 2021 21:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
.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