Github start
-
@d-healey ok. Thank you
-
@d-healey is there a problem that everything is in master and not in mein Branch? I work with Sourcetree
-
@Robert-Puza No there's no problem. The branch feature is used to help you work on multiple versions of your code at once without them interfering with each other, and then you can merge them all back into the master branch. But for a smaller project with a single developer you can just work on the master all the time and don't worry about branches.
-
@d-healey ok