ソースを参照

~/.gitconfig: Make st and d (diff) use the current directory by default.

Lucas Stadler 14 年 前
コミット
a98fa896d5
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      .gitconfig

+ 2 - 1
.gitconfig

6
[merge]
6
[merge]
7
	conflictstyle = diff3
7
	conflictstyle = diff3
8
[alias]
8
[alias]
9
	st = status --short --branch
9
	st = status --short --branch .
10
	d  = diff .
10
	lol = log --pretty=oneline --abbrev-commit --graph --decorate
11
	lol = log --pretty=oneline --abbrev-commit --graph --decorate
11
	ba = branch -a
12
	ba = branch -a
12
[format]
13
[format]