DEV Community

Discussion on: Git: Cheat Sheet (advanced)

Collapse
 
vigo profile image
Uğur "vigo" Özyılmazel

well, you don't need to create a bash alias, you can create git alias for alias glog='git log --oneline --decorate --graph' such as git config alias.glog ...

Collapse
 
maxpou profile image
Maxence Poutord

Hmmm for some reasons, I am not a big fan of git aliases :) (but I don't remember why haha)