DEV Community

Discussion on: Git: Cheat Sheet (advanced)

Collapse
 
sebastiannielsen profile image
Sebastian-Nielsen

Question: Where did you store the "alias-code" (from the last section "Bonus: my favourite git aliases") for it to take effect?

Collapse
 
maxpou profile image
Maxence Poutord

hey, to be transparent with you everything is on my dotfile repository!

👉 github.com/maxpou/dotfiles

(in a file called alias and I source $HOME/.aliases on my zshrc/bashrc)