DEV Community

Discussion on: 🔥 In case of fire: GTFO

Collapse
 
emilienmottet profile image
Emilien Mottet

Maybe

git add -A

should be more efficient than

git add .

. In case, you are not into the root of your git repo

Collapse
 
chiangs profile image
Stephen Chiang

Good idea, I'll update that, thanks!