Initial commit
This commit is contained in:
commit
662fe0334c
37 changed files with 1614 additions and 0 deletions
15
gitconfig
Normal file
15
gitconfig
Normal file
|
@ -0,0 +1,15 @@
|
|||
[user]
|
||||
name = Eryn Wells
|
||||
email = eryn@3b518c.com
|
||||
[core]
|
||||
editor = vim
|
||||
[color]
|
||||
ui = auto
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
[alias]
|
||||
st = status
|
||||
co = checkout
|
||||
ci = commit
|
||||
br = branch
|
||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
Loading…
Add table
Add a link
Reference in a new issue