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
We will be using the git flow structure for the repo. You will see that there is a develop branch now that we should work off of. Master will be the production branch that we don't touch - only CI.
You can find git flow if you use a GUI with Tower and with Sourcetree. If you use terminal, once you have cloned the repo, run git flow init and just continue to press enter for all of the questions without changing the answers. We can close this or add this wiki once it has been read by team members.
The text was updated successfully, but these errors were encountered:
We will be using the git flow structure for the repo. You will see that there is a develop branch now that we should work off of. Master will be the production branch that we don't touch - only CI.
You can find git flow if you use a GUI with Tower and with Sourcetree. If you use terminal, once you have cloned the repo, run
git flow init
and just continue to press enter for all of the questions without changing the answers. We can close this or add this wiki once it has been read by team members.The text was updated successfully, but these errors were encountered: