mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(gpg): update aliases and GPG keys
This commit is contained in:
@@ -169,8 +169,8 @@ alias gg 'git log'
|
|||||||
alias ghi 'git hist'
|
alias ghi 'git hist'
|
||||||
alias gl 'git pull'
|
alias gl 'git pull'
|
||||||
alias glr 'git pull --rebase'
|
alias glr 'git pull --rebase'
|
||||||
alias glu 'git config user.name "Stefan Imhoff" && git config user.email "stefan@imhoff.name"'
|
alias glu 'git config user.name "Stefan Imhoff" && git config user.email "gpg@kogakure.8shield.net" && git config user.signingkey "7A7253E8!"'
|
||||||
alias glx 'git config user.name "Stefan Imhoff" && git config user.email "stefan.imhoff@xing.com"'
|
alias glx 'git config user.name "Stefan Imhoff" && git config user.email "stefan.imhoff@xing.com" && git config user.signingkey "73C3E2E3!"'
|
||||||
alias gmb 'git merge-base master HEAD'
|
alias gmb 'git merge-base master HEAD'
|
||||||
alias gp 'git push'
|
alias gp 'git push'
|
||||||
alias gpf 'git push --force-with-lease'
|
alias gpf 'git push --force-with-lease'
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[user]
|
[user]
|
||||||
useConfigOnly = true
|
useConfigOnly = true
|
||||||
signingkey = F0CF1CF481C2E3AA0F806A378BD4525D7A7253E8!
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.gitconfig.local
|
path = ~/.gitconfig.local
|
||||||
[help]
|
[help]
|
||||||
|
|||||||
@@ -401,8 +401,8 @@ alias ghi='git hist'
|
|||||||
alias gho='$(git remote -v | grep github | sed -e "s/.*git\:\/\/\([a-z]\.\)*/\1/" -e "s/\.git$//g" -e "s/.*@\(.*\)$/\1/g" | tr ":" "/" | tr -d "\011" | sed -e "s/^/open http:\/\//g")'
|
alias gho='$(git remote -v | grep github | sed -e "s/.*git\:\/\/\([a-z]\.\)*/\1/" -e "s/\.git$//g" -e "s/.*@\(.*\)$/\1/g" | tr ":" "/" | tr -d "\011" | sed -e "s/^/open http:\/\//g")'
|
||||||
alias gl='git pull'
|
alias gl='git pull'
|
||||||
alias glr='git pull --rebase'
|
alias glr='git pull --rebase'
|
||||||
alias glu='git config user.name "Stefan Imhoff" && git config user.email "stefan@imhoff.name";'
|
alias glu='git config user.name "Stefan Imhoff" && git config user.email "gpg@kogakure.8shield.net" && git config user.signingkey "7A7253E8!";'
|
||||||
alias glx='git config user.name "Stefan Imhoff" && git config user.email "stefan.imhoff@xing.com";'
|
alias glx='git config user.name "Stefan Imhoff" && git config user.email "stefan.imhoff@xing.com &&" && git config user.signingkey "73C3E2E3!";'
|
||||||
alias gmb='git merge-base master HEAD'
|
alias gmb='git merge-base master HEAD'
|
||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
alias gpf='git push --force-with-lease'
|
alias gpf='git push --force-with-lease'
|
||||||
|
|||||||
Reference in New Issue
Block a user