mirror of
https://github.com/shokinn/.files.git
synced 2025-02-28 15:13:06 +00:00
setup a new alias for git push --force
This commit is contained in:
parent
557e794d1d
commit
16160214a8
|
@ -171,6 +171,7 @@ alias cane="EDITOR='code -w' agenix-edit"
|
||||||
alias ssh-no-check="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
alias ssh-no-check="ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"
|
||||||
alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strongbox.mac.mcguill/agent.sock ssh-add -l"
|
alias ssh-strongbox-keys="SSH_AUTH_SOCK=~/Library/Group\ Containers/group.strongbox.mac.mcguill/agent.sock ssh-add -l"
|
||||||
alias yeet="git push"
|
alias yeet="git push"
|
||||||
|
alias trust="yeet --force"
|
||||||
|
|
||||||
# Include $(go env GOPATH) to PATH
|
# Include $(go env GOPATH) to PATH
|
||||||
[[ $(command -v go) ]] && [[ -d "$(go env GOPATH)/bin" ]] && export PATH="$(go env GOPATH)/bin:${PATH}"
|
[[ $(command -v go) ]] && [[ -d "$(go env GOPATH)/bin" ]] && export PATH="$(go env GOPATH)/bin:${PATH}"
|
||||||
|
|
Loading…
Reference in a new issue