deboraCs24 / instituto-taqtile

0 stars 0 forks source link

[Track 1/8] Branch configurations #2

Open taki-tiler[bot] opened 4 weeks ago

taki-tiler[bot] commented 4 weeks ago

Step 1/3 - Create README.md

This one is easy. All you have to do is add the following topics to README.md file. Just remember that these modifications must be done in your local README file. With that in mind, add these topics:

The section with * you'll fill in later steps 👍.

After you fill README.md, commit the changes and push to master branch.

deboraCs24 commented 4 weeks ago

finish

taki-tiler[bot] commented 4 weeks ago

Step 2/3 - Create the 'develop' branch

To create a new branch, go to Terminal in your Project's folder and type this command:

git checkout -b name_of_your_branch

With this, you'll create a new branch and change the current working branch to this new one. Your new branch should be named develop

Note: after created, don't forget to push your new branch to remote repository (a.k.a origin). To do so, run:

git push origin develop
deboraCs24 commented 4 weeks ago

finish

taki-tiler[bot] commented 4 weeks ago

Step 3/3 - Set the default branch

Set the default branch of your repository to the develop branch.

The Github has a really easy guide for doing this. Thanks Github ❤️

deboraCs24 commented 4 weeks ago

finish

taki-tiler[bot] commented 4 weeks ago

Click here for your next track