Switch to terminal emacs and one light

This commit is contained in:
Marco Thomas
2022-04-14 16:13:40 +02:00
parent fb46bd68d9
commit dffcb98d44
4 changed files with 37 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
[user]
name = Marco Thomas
email = rb.ma.tho@gmail.com
[includeIf "gitdir:~/dev/hm/lrz-gitlab/**"]
path = "~/dev/hm/lrz-gitlab/.gitconfig"
[includeIf "gitdir:~/dev/uni/lrz-gitlab/**"]
path = "~/dev/uni/lrz-gitlab/.gitconfig"
[alias]
aa = add .
st = status
@@ -13,6 +13,7 @@
co = checkout
b = branch
pl = pull --rebase
u = pull --rebase
ps = push
lg = log --oneline --decorate --graph
yoink = pull