Push from phpstorm to bitbucket

0 votes

How to push from Phpstorm to bitbucket?

I’m trying to push my changes from phpstorm to bitbucket but I’m unable to do so.

Aug 14, 2018 in Git & GitHub by Hannah
• 18,570 points
1,657 views

1 answer to this question.

0 votes

I think you haven’t committed the changes to git yet. First cimmit the changes to git and the push the changes to your git repo.

Git->add changes->commit changes->push changes.

Command to add

# git add .
# git commit -m “commit message”
# git push <remotename> <branchname>
(# git push origin master)

I hope this solves your problem.

answered Aug 14, 2018 by Kalgi
• 52,360 points

Related Questions In Git & GitHub

0 votes
1 answer
0 votes
1 answer

Trying to analyse Sonarqube from Drone.io in Github PRs

Just try the below steps.The DRONE_PULL_REQUEST environment variable has ...READ MORE

answered Jun 27, 2018 in Git & GitHub by shubham
• 7,340 points
941 views
0 votes
1 answer

How to perform a sonarqube analysis from drone.io in github?

DRONE_PULL_REQUEST  env variable holds the pull request ...READ MORE

answered Jul 6, 2018 in Git & GitHub by DareDev
• 6,890 points
2,325 views
0 votes
1 answer

How to deploy Git (BitBucket) Capistrano to root directory

Here is what you should do.. The ...READ MORE

answered Jul 12, 2018 in Git & GitHub by Damon Salvatore
• 5,980 points
1,122 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,503 views
+2 votes
1 answer
+1 vote
4 answers

GIT plugin in jenkins not able to connect to GIT repository

This looks like a git configuration issue, ...READ MORE

answered Oct 25, 2018 in Git & GitHub by Alia
18,844 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP