Skip to content

Instantly share code, notes, and snippets.

@alexamiryan
Created August 19, 2020 00:03
Show Gist options
  • Save alexamiryan/b1855b9de78d6d0326e89687be207d56 to your computer and use it in GitHub Desktop.
Save alexamiryan/b1855b9de78d6d0326e89687be207d56 to your computer and use it in GitHub Desktop.
My .gitconfig
[user]
name = Name Surname
email = email@example.com
[alias]
ad = add .
ci = commit
co = checkout
br = branch
pl = pull
ps = push
st = status
f = fetch --all
lg = log --show-signature
ignore = update-index --assume-unchanged
unignore = update-index --no-assume-unchanged
up = branch --set-upstream-to
[color]
ui = auto
[push]
default = current
[core]
fileMode = false
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[pull]
rebase = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment