DEV Community

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

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 ✌️