Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 395 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 395 Bytes

CloneRepository

Clone a repository to my computer from github

The remote clone order is: $ git clone git@github:GenialTime/CloneRepository The puah orders are: $ git remote add origin git@github:Genial/CloneRepository $ git push -u origin master

This skill is useful in team work.

Test branch

To solve the conflication between master and branch.

Git master branch