DEV Community

Discussion on: rapid development tips

Collapse
 
javitolin profile image
Javi

you can drop the "git add ." if the files are already added and just do "git commit -am "Some message" ".
I would also recommend using these aliases: opensource.com/article/20/11/git-a...
Anyway, always remember that faster is not always better :)