Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
19 lines
436 B
Bash
19 lines
436 B
Bash
alias \
|
|
glf='git log -p --' \
|
|
gs='git status' \
|
|
ga='git add' \
|
|
gp='git push' \
|
|
gpo='git push origin' \
|
|
gtd='git tag --delete' \
|
|
gtdr='git tag --delete origin' \
|
|
gr='git branch -r' \
|
|
gplo='git pull origin' \
|
|
gb='git branch ' \
|
|
gc='git commit' \
|
|
gd='git diff' \
|
|
gco='git checkout ' \
|
|
gl='git log' \
|
|
gr='git remote' \
|
|
grs='git remote show' \
|
|
glo='git log --pretty="oneline"' \
|
|
glol='git log --graph --oneline --decorate'
|