- Creating a new git repository with
$ git init - Edit the file(s)
- Add file(s) to the staging area with
$ git add - Commmit file(s) with
$git commit -m "message" - Push the commited code to Github with
$ git push
DonaldReagin/firstGit
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|