Issue in git between Heroku and Bitbucket -


i made app, while working stopped pushing code heroku , pushing bitbucket. when tried push heroku wasn't accepting clone heroku last directory , copy pasted files bit bucket directory heroku clone directory.after working on directory not able push bitbucket there way can that. new git. .

"origin" not 1 of defined remotes reason. add try following:

git remote add origin git@bitbucket.org:<repo name> 

you want set master track origin/master:

git branch -u origin/master master 

Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -