浏览代码

Added gitconfig file to homedir with aliases.

Tomi Cvetic 8 年之前
父节点
当前提交
5a1c8ccf61
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      .gitconfig

+ 16 - 0
.gitconfig

@@ -0,0 +1,16 @@
+[user]
+	name = Tomi Cvetic
+	email = tomi.cvetic@gmail.com
+[push]
+	default = simple
+[alias]
+        st = status
+        br = branch
+        co = checkout
+        ci = checkin
+        sst = status -s
+        wow = log --all --graph --decorate --oneline --simplify-by-decoration
+        spg = log --pretty=format:"%h %s" --graph
+        log5 = log -5 -pretty --oneline
+        hunk = add -p
+        sdiff = diff --staged