DEV Community

Discussion on: How should my team use Git for this specific project?

Collapse
 
katiekodes profile image
Katie

Thanks -- I haven't done the things you described, but your comment is very clear, so I know what to Google and practice next so that I can help be a point-person for my team!

Collapse
 
jessekphillips profile image
Jesse Phillips

If you make changes and then pull you will be fine, rest is not needed and makes it complicated.

You can look into the rebase workflow for some more advanced tools.

Thread Thread
 
katiekodes profile image
Katie

Next up on my "to practice" list: editing my blog directly through the web interface, editing the same file on my computer on a different line w/o first fetching a fresh copy, and learning to pull & merge. Thanks for the idea!

Thread Thread
 
jessekphillips profile image
Jesse Phillips

This will help, and it doesn't require doing changes (your idea is probably still valuable though)
learngitbranching.js.org/