Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 176 Bytes

File metadata and controls

11 lines (6 loc) · 176 Bytes

Git

Add Git to a current local project

git init Initialize git repository in the current directory

git commit

git remote add origin <url>

git push -u origin master