An easy application to learn git functions
git init
Initialse a new git repository in the directorygit add .
Add all files to the git repositorygit commit -m "commit message"
Stage the filesgit push origin master
Push all local changes to remote repository