Sourcetree

How to switch between "Main" and "Dev" branches of xbebenk

Current Dev Branch is dev_1.2.5

In Sourcetree, the sidebar to your left indicates which branch or version of the mod you're currently using and also shows available branches you may switch to.

Switching between branches

Images Under the remotes section on the sidebar of Sourcetree, Right click on the dev branch and select "Checkout origin/dev_1.2.3..."

Images Click "OK"

Images And now, under branches you can see that we have both the dev & main branches available and currently we've chosen the dev branch as default. (The bot folder in your pc automatically changes / updates files according to the branch you select. It is synced)

Images If you want to switch between branches, you may right click on the branch you want to switch to, and select checkout.

How to update bot to the latest / current version as and when a commit is pushed or in layman terms - How to check for updates and update to the latest version of the bot / branch.

This will update the files in your bot folder!

"Fetch" & "Pull", Simple as that! You're on the latest commit!

Copy your profiles to the bot folder created by Sourcetree

Last updated