Skip to content

Instantly share code, notes, and snippets.

@ooade
Created May 27, 2019 11:41
Show Gist options
  • Save ooade/52b57b7c1fd20e5551cfa9a884508145 to your computer and use it in GitHub Desktop.
Save ooade/52b57b7c1fd20e5551cfa9a884508145 to your computer and use it in GitHub Desktop.
Git Config
[user]
email = ooade96@gmail.com
name = Ademola Adegbuyi
[color]
ui = true
[alias]
mylog = log --graph --decorate --pretty=oneline --abbrev-commit --all
s = status -s
[core]
editor = gedit
autocrlf = input
[pull]
rebase = true
[rerere]
enabled = true
[push]
default = matching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment