Entries from 2015-04-01 to 1 month

How git works - Part 1

■ Working with Git To start working with Git, you just need to run ""git init" command. It turns the current directory into the Git working directory and creates the repository in the .git (hidden) directory created there. * git init: To i…