DEV Community

Discussion on: How I Set Up Git Aliases on Bash

Collapse
 
ajkachnic profile image
Andrew

I think that adding a gaa alias that adds all files is also helpful

alias gaa="git add --all"