Просмотр исходного кода

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

Lucas Stadler лет назад: 14
Родитель
Сommit
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]