DEV Community

Discussion on: My Basic Front-end Development Git workflow Routine

Collapse
 
hyggedev profile image
Chris Hansen

This filled in some gaps in my git knowledge. Especially thanks for sharing git stash and git fetch!! Losing everything is my number one reason I don't go past the most basic git commands on my personal projects. Since you're always technically the "lead" LOL. Fire stuff, thanks! 🔥

Collapse
 
jameslau profile image
James Lau

Haha! I'm glad my article helped you out!

It too took me awhile to understand the subtle nuances within Git. I would recommend checkout the following for a deeper dive into the command lines:

git stash:
git-scm.com/docs/git-stash
git-scm.com/book/en/v2/Git-Tools-S...

git fetch:
git-scm.com/docs/git-fetch
atlassian.com/git/tutorials/syncin...

Yeah, I know a lot of people tend to pass on being so strict on themselves when it comes to personal projects. But I see it as good practice for when you actually do work with a larger team, you're better equipped at not messing up.

Collapse
 
hyggedev profile image
Chris Hansen

Thanks for the resources! Will do ✌️