#daily work flow
cd /home/intel145/git.test
git status
modify files
git add .
git commit -m "Start v3 changes"
git push
