DEV Community

Discussion on: Git: Cheat Sheet (advanced)

Collapse
 
glaucoleme profile image
Glauco Leme

Excellent guide! I like the idea of git-standup. ☕

For alias, to work even with mistyping, I also use:

alias gti='git'

Also, one thing that was really useful for me is the meta repository of Matt Walters, so I can avoid git submodule and subtree to work with multiple repositories.