Skip to content

Commit

Permalink
Skip pre-push checks when using git push
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte authored Apr 3, 2024
1 parent 268b9cd commit 5675378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/yadm/alt/.oh-my-zsh/custom/custom.zsh##os.Linux
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export FZF_TMUX=1
export RUBY_DEBUG=1

alias ":e"=nvim
alias gp="git push"
alias gp="SKIP_ALL_PREPUSH_CHECKS=1 git push"
alias lg=lazygit
alias tn="tmux new-session -A -s"
alias vi=nvim
Expand Down

0 comments on commit 5675378

Please sign in to comment.