DEV Community

Discussion on: Improve Your Git Productivity with Bash

Collapse
 
santaxxl profile image
Dominik Mańkowski • Edited

git commit -am <msg> is different from git add . && git commit -m <msg>. The former does not add newly created files to the index.