git init
git add file
git commit -m "Message"
git remote add origin "http://github.org....my_repo.git" bitbucket.org
git push -u origin master
git chechout develop
git checkout master
git merge
git rm file
git stash ???
git add file
git commit -m "Message"
git remote add origin "http://github.org....my_repo.git" bitbucket.org
git push -u origin master
git chechout develop
git checkout master
git merge
git rm file
git stash ???