Skip to content

Commit

Permalink
Add git configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
cflipse committed Apr 19, 2016
1 parent ad12ff7 commit 6327781
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions gitconfig
@@ -0,0 +1,25 @@
[ui]
color = auto
[color]
ui = auto
[alias]
st = status -s
ci = commit
co = checkout
track = branch --track
amend = commit --amend
review = log -p -b
lg = log --graph --oneline --decorate --date=short --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s'
unchanged = update-index --assume-unchanged
[user]
name = Chris Flipse
[core]
editor = vim
[rerere]
enabled = 1
[rebase]
autosquash = true
[push]
default = simple
[include]
path = .gitconfig.local
1 change: 1 addition & 0 deletions gitignore
@@ -0,0 +1 @@
.*.sw?

0 comments on commit 6327781

Please sign in to comment.