DEV Community

Discussion on: Git workflow and my new love of Git alias

Collapse
 
mariocd10 profile image
Mario DeLaPaz

I agree, we'll get used to our own environment and then when we use someone else's we forget what the commands stand for.

The ones you listed seem to be the 'basic' aliases you should have to make your work easier.

Collapse
 
pkristiancz profile image
Patrik Kristian

Yes! :) exactly...
you are on another computer (your prod server) and you need to do something in git. if you use all heavy aliases, then you just can't do anything, because in fact, you do not know how to git :D :)

yes, listed ones are absolutelly basic for me