DEV Community

Discussion on: A productive command-line Git workflow for indie app developers

Collapse
 
evilcel3ri profile image
chris

Love the log aliases!

I use gittree='git log --oneline --graph --decorate --all' to check the tree dependencies between branches of a project as well.

For Vim, have you tried GV (github.com/junegunn/gv.vim) ? It's pretty handy and covers the use of tig but directly in vim.

Collapse
 
craftzdog profile image
Takuya Matsuyama

It looks nice! will try it :)