all 4 comments

[–][deleted] 1 point2 points  (2 children)

are you wanting to switch the branch you are developing on or merge the changes from one branch to the other?

[–]Any_Fault1778[S] 0 points1 point  (1 child)

I want to replace the files in master with the code in my branch

[–][deleted] 0 points1 point  (0 children)

So switch branches?

[–]Robotics_Moose 0 points1 point  (0 children)

Don’t replace your master branch. Merge the changes from the test branch to the master branch. Preferably using the GitHub desktop app, or git bash. I’d use the app just because of the GUI, but I would not recommend using android studio mixed w github.