ViniciusGarciaSilva / onboard

Taki Tiler (Onboard Taqtile)
0 stars 0 forks source link

[Track 0] GitHub setup #1

Open taki-tiler[bot] opened 6 years ago

taki-tiler[bot] commented 6 years ago

Ok! Your very first tasks are to clone this repository into your own account and update the README.md file.

But before moving on, let's be sure you know all the basics we use daily here.

Step 1 - Warming up - Mastering the Basics

We use git... a lot. If you don't feel confident in your skills using git, here are some recommendations:

BTW, we highly encourage training using the terminal.

On the end of every task of this onboard, comment the word Finish on the issue to receive your next task (you can try reloading the page if it's taking too long). You can also comment the word next, in case you had to skip the current task.

ViniciusGarciaSilva commented 6 years ago

Finish

taki-tiler[bot] commented 6 years ago

Step 2 - Clone this repository

You can follow these steps in order to clone this repository:

$ git clone repository_link

When you're done, the git will download (clone) the entire project into the folder you're running the terminal.

ViniciusGarciaSilva commented 6 years ago

Finish

taki-tiler[bot] commented 6 years ago

Step 3 - Update 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 local README file you just cloned. With that in mind, add these topics in README.md:

Since you don't know what are the specifications of your project, you won't be able to fill in all data, but you will have a basic structure to fill in later.

ViniciusGarciaSilva commented 6 years ago

Finish

taki-tiler[bot] commented 6 years ago

Click here for your next track

ViniciusGarciaSilva commented 6 years ago

Finish

taki-tiler[bot] commented 6 years ago

Step 2 - Create a new Branch

To create a 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