update config
This commit is contained in:
parent
f610209aff
commit
ae92148089
34 changed files with 387 additions and 240 deletions
7
dotfiles/bash_files/all_hosts/git
Normal file
7
dotfiles/bash_files/all_hosts/git
Normal file
|
@ -0,0 +1,7 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue