瀏覽代碼

~/.gitconfig: Add l10 (git log -n 10) shortcut.

Lucas Stadler 13 年之前
父節點
當前提交
3326c4fc8a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitconfig

+ 1 - 0
.gitconfig

@ -8,6 +8,7 @@
8 8
[alias]
9 9
	st = status --short --branch .
10 10
	d  = diff .
11
	l10 = log -n10
11 12
	lol = log --pretty=oneline --abbrev-commit --graph --decorate
12 13
	ba = branch -a
13 14
[format]