DEV Community

Discussion on: 20 Git Commands Every Developer Should Know

Collapse
 
paulknulst profile image
Paul Knulst • Edited

This is a nice list on the basic Git commands.

I have a nice and very important addition to that list.

I recently experienced with Git Aliases and have to say that they are really awesome and should be know by everyone!

I created an article that explain how I use them to delete all my local branches. If you are interested you can read about it here in my personal blog: knulst.de/how-to-remove-local-git-...

Also it is published on Medium: betterprogramming.pub/how-to-remov...

And here on Dev.to: dev.to/paulknulst/how-to-remove-lo...

If you did not know about Git Alias it's worth reading about! (wherever you want) :)

Collapse
 
krishnaagarwal profile image
Krishna Agarwal

Thanks
I'll check it out.