Git

$ git init

$ git remote add origin <remote repository URL>

$ git pull origin master  // $ env GIT_SSL_NO_VERIFY=true git pull origin master

$ git status

$ git add  ---> in eclipse

$ git comit -a  --> in eclipse

$ git push