Files
dotfiles/.config/zsh/git.zsh
2025-06-21 11:00:18 -04:00

8 lines
412 B
Bash

alias ghm='git push heroku master'
alias gpp='git pull origin "(git_current_branch)" && git push origin "(git_current_branch)"'
alias gfap='git pull --all -p'
alias lazygit='lazygit --use-config-file "$HOME/.config/lazygit/config.yml"'
alias lg='lazygit'
alias ly='lazygit --use-config-file "$HOME/.config/yadm/lazygit.yml,$HOME/.config/lazygit/config.yml" --work-tree ~ --git-dir ~/.local/share/yadm/repo.git'