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
Post a Comment