-
Notifications
You must be signed in to change notification settings - Fork 0
Home
If you think of the development process as water flowing down a channel, then a branch in that river is simply the same water following a different route. We may decide to test something, like colour the water in this new route and if it works we'll add the coloured water back to the main river so that at point branch+n the river will now be this new colour.
You can create a branch from another branch. Please read up about creating and merging branches.
will always contain the latest running version of the codebase
here we just setup the project and get it into a runnable (but useless state)
we build on the previous step and create an instance of the bot (be sure to get a bot key, look how to do this on the project task board). we also add a custom command for the bot to process.