Git is a Distributed Source Management system.
In order to understand the underlying ideas behind Git, please see Scott Chacon's excellent introductory video.
Below is hands-on tutorial on Getting Started with Github by AzamSharp.
To get started simply: (or see Roger Dudler's link)
- Establish a free account on Github.com
- Install the local client software - Git
- Create a new repository in the cloud
- Create a local repository
- Place a public key on both server and client
- Learn 5 Git commands (init, add, commit, push, remote)
No comments:
Post a Comment