Question about Version control

I am wanting some input into version control.

I am quite comfortable setting it up and using it with source tree and git ignore and I am on realm rush in the course.

However I am using branches to experiment os I can go back but one say I have a master that branches and I am happy and then branch a further time and then am happy again I do I make the current branch the master?

Hi @Kurt_Frary,

Your master branch is supposed to be your “actual” project. When you are happy with the results in your branches and want to integrate the features you created in those branches in your “actual” project, you could merge the branch(es) into the master branch. See here.

If in doubt, make a backup of your project folder including the .git folder by duplicating it. Save the duplicated folder somewhere else, maybe on an USB stick. To save some free space, you could delete the Library and Temp folders in the backup folder. Do not work with that backup.

Then try to merge your branches in your actual project. If something goes wrong, you could simply replace the broken project with a copy of the backup project.

Did this help? :slight_smile:


See also:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms