git remote add github git://github.com/jdoe/coolapp.git
git fetch github
# to create a new local branch
git branch <branch-name>
# to push it to the remote repository
git push -u origin <branch-name>
1. git remote add originh360 link
2. git remote -v
3. git pull origin originbranch name
4. git push branch_name
5. merge request Accept
6. Server Update