DEV Community

Discussion on: What are some things that you don't like about git?

Collapse
 
po0q profile image
pO0q 🦄

You can use the same commands to do very different things. Pretty confusing for beginners.

Collapse
 
pandademic profile image
Pandademic

definitely Also , the wrong order of flags can do something different!
eg:
git commit -am "this is different"
from
git commit -ma "this"

Some comments have been hidden by the post's author - find out more