garybernhardt / dotfiles

My vim, bash, emacs, etc. configurations. These have grown over many years, so they may not make sense in places. ;)

commit 140: 64e32206ad27
parent 139: c754bf70f867
branch: default
Fixed spelling error in "ammend" git alias
Gary Bernhardt
5 months ago

Changed (Δ1 byte):

raw changeset »

.gitconfig (1 lines added, 1 lines removed)

Up to file-list .gitconfig:

10
10
	co = checkout
11
11
	di = diff
12
12
    dc = diff --cached
13
    ammend = commit --amend
13
    amend = commit --amend
14
14
[merge]
15
15
	tool = opendiff