First Git Project Creating a new git repository with $ git init Edit the file(s) Add file(s) to the stagin area with $ git add . Commit file(s) with $ git commit -m "message" Push the committed code to GitHub with $ git push