DEV Community

arbarrington
arbarrington

Posted on • Updated on

GitHub Lessons Learned

Understanding branches
Commands
Variable naming and task delineation
Git Hub Commands

open a repository and change github.com to github.dev

strategy: open a new branch for each feature. Git add frequently, and git commit after each success. 'git push origin branch-name'. Assign someone in the group to be the merge master. Overcommunicate about what you are working on. Proactively share component/variable names to prepare for interaction.

Top comments (0)