cancel
Showing results for 
Search instead for 
Did you mean: 

How do you push code from WebIDE to bitbucket?

Former Member
0 Kudos

Hi,

How do you actually push the code from WebIDE to bitbucket ?

I actually can import the repo from bitbucket and clone it into webide.

Then I copied some files in the bitbucket repo in webide and click "push"->choose "origin/master", it prompts UP-TO-DATE

Thanks in advance

Message was edited by: Michael Appleby

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

In order to push changes you need to do the following:

Stage the files that you want to push

Enter commit message and press commit

Then you can push this commit by clicking on the push button -> remote/master

Lidor