Now that we have our projects bare bones in place it is time to start version control. I’ll be using git for version control and github for a remote repository. I’m not going to go into a long talk about about git is and how to use it there is plenty of documentation and guides.

Github is also super simple to use. Head over and make yourself an account. Once that is complete you can add a repository. For this project I’ll have two separate repositories, one for the Ember frontside, and one for the Rails backend. When you decide on a repository name just follow the steps to initialize git in your project.

That’s all for today. Keeping it short and simple

Comments