瀏覽代碼

git log alias

master
Robin Thoni 9 年之前
父節點
當前提交
c11934bd59
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      git/gitconfig

+ 1
- 0
git/gitconfig 查看文件

4
 [alias]
4
 [alias]
5
 	ci = commit
5
 	ci = commit
6
 	p = push
6
 	p = push
7
+        lg = log --decorate --oneline
7
 [color]
8
 [color]
8
 	status = auto
9
 	status = auto
9
 [push]
10
 [push]

Loading…
取消
儲存