Browse Source

git log alias

master
Robin Thoni 8 years ago
parent
commit
c11934bd59
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      git/gitconfig

+ 1
- 0
git/gitconfig View File

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…
Cancel
Save