Browse Source

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

Lucas Stadler 14 years ago
parent
commit
a98fa896d5
1 changed files with 2 additions and 1 deletions
  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]