Skip to content

Instantly share code, notes, and snippets.

@yasinuygun
Last active January 1, 2022 08:37
Show Gist options
  • Save yasinuygun/55509b3e830103f1ba4b0cf982e48d9f to your computer and use it in GitHub Desktop.
Save yasinuygun/55509b3e830103f1ba4b0cf982e48d9f to your computer and use it in GitHub Desktop.
My .gitconfig file.
[user]
name = <name>
email = <email>
[core]
editor = vim
[alias]
ss = status -s
lgd = log --oneline --graph --decorate
lagd = log --all --oneline --graph --decorate
ch = checkout
br = branch
cam = commit -am
[diff]
tool = vimdiff
[difftool]
prompt = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment