DEV Community

Discussion on: Don't overcomplicate git 🙇‍♂️

Collapse
 
winstonpuckett profile image
Winston Puckett

This is a good example of abstraction. You don't need to learn cli commands to be effective in git. You could be using that time to learn something that addresses the problem you have.

Hopefully I can say this as I use the cli almost exclusively and love bash.

Collapse
 
dailydevtips1 profile image
Chris Bongers

Of course you can, I do think you need to know the basics of Git, what it is, how it works, but make use of whatever works for you.

If it's the CLI => 100% fine
if it's a GUI => Also fine
If it's a bash script doing all for you => Great stuff