Table of Content
Introducing git
Now we have the files ready. What are the options to put the rails app on server?
- FTP upload?
- Git repo
In rails community, we normally use the git approach.
What is Git?
Git is a source code management tool-chain with version control. It is created by Linus Torvalds, the man behind linux kernel.
Github’s interactive course is a good place to get started learning git.
What’s next? We’re going to take a look at “Lab – “Try Git””.