Check git status every time, if not synced with Master execute: git pull
Once up to date make changes to your code
Go into your repo: cd firstname(name of repo)
Check : git status
if not in sync, push to master:
git add . (. represents all)
git commit -a(for all)
git commit -am 'your commit message- short description of changes you did in this commit so others will understand'
git push origin master (where master is brand name)
first test repository
welcome home user vinayak...
/Changes made by mailkev14 in VIM/
I am vj..making changes from office pc :D