nixos/dotfiles/bash_files/all_hosts/git
2025-08-12 11:58:29 -07:00

7 lines
196 B
Text

alias g='git'
alias ga='git add'
alias gc='git commit'
alias gs='git status'
alias gd='git diff'
alias lg='lazygit'
alias gtop="cd \$(git rev-parse --show-toplevel)" # go to top level of git repo