remove hist alias in fish, add to .gitconfig, add git pfusch

This commit is contained in:
Franzi 2021-03-20 17:53:38 +01:00
parent 6d1ed7ca6e
commit 7f0657e3b7
Signed by untrusted user: kunsi
GPG Key ID: 12E3D2136B818350
2 changed files with 12 additions and 10 deletions

View File

@ -14,7 +14,6 @@ alias gm='git checkout main && git pull --all'
alias gs='git status --short'
alias gd='git diff'
alias gdc='git diff --cached'
alias hist='git log --pretty --oneline'
alias l='ls -lAh'
alias please='sudo'

View File

@ -1,20 +1,23 @@
[user]
name = Franziska Kunsmann
email = hi@kunsmann.eu
signingkey = 5FE37FF3C981A9146C3805324205EF53ECE0D2BC
name = Franziska Kunsmann
email = hi@kunsmann.eu
signingkey = 5FE37FF3C981A9146C3805324205EF53ECE0D2BC
[commit]
gpgsign = true
gpgsign = true
[alias]
tree = log --all --graph --decorate --oneline
logs = log --show-signature
hist = log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset) - %C(green)(%ar)%C(reset) %C(reset)%s %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' -32
logs = log --show-signature
pfusch = push --force-with-lease
[pager]
branch = false
config = false
stash = false
branch = false
config = false
stash = false
[pull]
ff = only
[init]
defaultBranch = main