Open taki-tiler-server[bot] opened 4 years ago
next
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.
next
Before continuing, it's important to be familiar with our branch model and a few more git tricks.
When working in teams, it's crucial to coordinate the parallel work of all team members.
In order to improve our workflow, a few years ago, we've adopted Vincent Driessen's branch model described here and we are going to use this same branch model during our onboard.
git-flow is a tool that helps to follow Vincent Driessen's branch model. You can use it though it's not necessary.
There are a few conventions we use here and it's important for you to be aware of these:
Feature branches are:
feature/
i.e. feature/new-userBugfix branches are:
bugfix/
i.e. bugfix/user-listnext
Click here for your next track
Taqtile - Onboard
Welcome to the Taqtile onboard. It will help you to get used to our technology stack, patterns and best practices.
Thoughout your onboard, you will develop a server able to:
Step 1/3 - Warming up - Mastering the Basics
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.
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 wordnext
, in case you had to skip the current task. Any problem with me, you can ask your tutor for help.