terakoth Posted May 2, 2017 Report Share Posted May 2, 2017 I noticed when I git clone the master branch that I am trying to work with branch 3.3.5 but the wiki says pull the same link for both so how do you switch over to 3.3.5 branch in stead of getting the master branch, thanks. Link to comment Share on other sites More sharing options...
Billy Posted May 2, 2017 Report Share Posted May 2, 2017 Use the Checkout Branch command in git. 1 Link to comment Share on other sites More sharing options...
CDawg Posted May 2, 2017 Report Share Posted May 2, 2017 8 hours ago, terakoth said: I noticed when I git clone the master branch that I am trying to work with branch 3.3.5 but the wiki says pull the same link for both so how do you switch over to 3.3.5 branch in stead of getting the master branch, thanks. The links are the same, but you must select 3.3.5 in the branch selection 3.3.5 (wotlk client) This will clone 3.3.5a branch, this is the RECOMMENDED branch for starters. Repository to clone: https://github.com/TrinityCore/TrinityCore Destination: C:\Trinity Subdirectory to create: <none>Branch: 3.3.5 Personal Repository: Yes 1 Link to comment Share on other sites More sharing options...
terakoth Posted May 2, 2017 Author Report Share Posted May 2, 2017 Thanks Billy & CDawg 1 Link to comment Share on other sites More sharing options...
Billy Posted May 2, 2017 Report Share Posted May 2, 2017 Just remember one thing. Seeing how as you are working with multiple servers, the server you need to have SQL's updated on, will need to have git set for that particular branch, or you'll get errors. Link to comment Share on other sites More sharing options...
Recommended Posts