Hi guys, I’m using bitbucket instead of github. When I’m trying to git push
, system only asking for github account and password. Is there a way for the system to recognize my git push
to bitbucket instead of github?
you’ll have to add the remote url of bitbucket and push it.
Thx @clarkej it helps me with the problem.
@root13F yes I already made a remote url, confuse with having 2 remote url.
say you added bitbucket as origin
, now when you wish to push to bitbucket write command
git push origin master
same goes for pull