Verson Control Archive
14 Jun 2016
GitHub For Beginners: Some Basics of GitHub

Suppose you and a coworker are both updating pages on the same website. You make your changes, save them, and upload them back to the website. So far, so good. The problem comes when your coworker is working on the same page as you at the same time. One of you is
13 Jun 2016
GitHub For Beginners: Git Command List

Since GitHub was designed with a big project like Linux in mind, there are a lot of Git commands. However, to use the basics of Git, you’ll only need to know a few terms. They all begin the same way, with the word “git.” git init: Initializes a new Git repository. Until