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
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
If you don't know what the git flow work structure is, learn about it here
We'll have a system where people branch from origin/web and origin/net as feature branches, as you develop features make pull requests to web and net as necessary. Commit no more than a single subfeature at a time, this makes code review much easier.
When we know something is all clear, we'll PR it into dev and then move to the next stage.
The text was updated successfully, but these errors were encountered:
If you don't know what the git flow work structure is, learn about it here
We'll have a system where people branch from
origin/web
andorigin/net
as feature branches, as you develop features make pull requests toweb
andnet
as necessary. Commit no more than a single subfeature at a time, this makes code review much easier.When we know something is all clear, we'll PR it into dev and then move to the next stage.
The text was updated successfully, but these errors were encountered: