Quick Summary cd my_project git init . git add . # add everything git commit -m 'Initial commit' ... make some changes ...