dotfiles/gitconfig

22 lines
290 B
Text

[user]
email = mail@tpreisner.de
name = Thomas Preisner
[core]
editor = vim
[commit]
verbose = true
[alias]
a = add
ap = add -p
br = branch
ca = commit --amend
c = commit
co = checkout
d = diff
ds = diff --staged
f = fetch
g = grep
p = push
s = status
st = status
t = tag