Слайд 2

Lab work #1.1 Please create the own repository with $ git

Lab work #1.1

Please create the own repository with $ git init
Get

the information about it with $ git status
Begin tracking a new file with $ git add
Please clone the Git linkable library called , you can do so like this:
$ git clone https://github.com//
$ git clone https://github.com//
Recording changes to the repository
Committing changes
Moving and Removing files
Working with Remotes by doing typical workflow: pull, status, commit, push