4 lines
170 B
Bash
4 lines
170 B
Bash
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
|
|
|
# Creating an alias to have git graph
|
|
git config --global alias.graph 'log --oneline --graph'
|