DEV Community

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

Collapse
 
damjand profile image
Damjan Dimitrov

This and what @pandademic said can be resolved by creating terminal aliases for specific commands. For example I have git adcom "msg" which is an alias for "git add ." combined with "git commit -m 'msg'"

Thread Thread
 
pandademic profile image
Pandademic

yes(off-topic: we could also use git aliases) , that's what I do @damjand , but I just feel that it would make everyone's life a little easier not to have more aliases to remember.

Thread Thread
 
damjand profile image
Damjan Dimitrov

The point of aliases is not just to have shortcuts but to also make commands that are so short and custom-tailored that you don't even have to remember them like you do for built-in commands :)

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