You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There will be multiple people working on projects together. If you are done working for that day, make sure to push code onto the branch even if you think it is not 'ready'. It becomes really helpful for me and other people to look at how far you got, so potentially everyone is on the same page.
You are a software developer now, take advantage of the software team and especially peer feedback!!
Branch Naming Convention
Also if you are working on a specific issue, and you are writing code, it is good practice to name your branch
(issue_number)-(something related to the issue)
In the example below, the branch name is called 6-Gazebo