Questions tagged as 'bitbucket'

1
answer

Synchronize Bitbucket with Web Server

Is it possible to sync my project on Bitbucket with my web server? Instead of sending the project via FTP, it would be synchronized with my Bitbucket repository without having to send the project multiple times (via FTP to web server and via SSH...
asked by 29.04.2014 / 16:12
1
answer

Rollback code in repository

Good afternoon, I have a repository where I want to return the code to a previous state to do some tests in a branch that I am currently and after that, go back to being what it was. How can I do this? And being already in a branch with the copy...
asked by 03.12.2015 / 19:29
1
answer

Error when versioning using Git on Ubuntu [closed]

So, I'm currently using the Ubuntu 15.04 operating system to develop my daily activities. I have a web project in PHP where I use the CakePHP 3 Framework and version my project on BitBucket. My problem is this, when I clone my project directly...
asked by 08.10.2015 / 17:04
2
answers

Failed to clone repository, error: Repository test has failed

I'm trying to clone a repository. Bitbucket. But it gives this error:    Repository test has failed In settings the git path is correct. To create I try to create at the time of opening Android Studio Check out project from Versio...
asked by 16.11.2015 / 20:37
1
answer

Push on Bitbucket

I can not give push to my project on Bitbucket, every time the message appears below. I follow the instructions by putting the email and name, but when I give the commands again the same message appears again. Icreatedanewdirectory,an...
asked by 27.11.2018 / 20:31
1
answer

how to undo "git checkout" of a specific commit and return to the last commit I made before checkout

I need to go back to the environment that was before I performed git checkout id_commit but when I run git log no longer appear the commits that I performed after the checkout . In the remote repository are all the push push I gave, how...
asked by 11.04.2018 / 17:53
1
answer

How to use bower to install from a bitbucket repository

Here at the company where I work, we have some libraries that we develop specifically for the company. So I'm using bitbucket, with a private repository. How can I install via bower , a javascript or css library, which is...
asked by 14.03.2016 / 15:00
1
answer

How to remove undue commits from a remote branch?

The company in which you work hires some trainees who take care of small tasks of several languages and different parts of the program (in order to enable them), but recently one of our trainees did some commits of one branch in another in our...
asked by 26.04.2017 / 20:00
1
answer

Disabling eol on bitbucket

As versioning tools I use Bitbucket and Sourcetree. It just seems like they get lost in the eol, saying that same files are different. It seems to me that the solution is to disable eol in .gitattribute But I can not ... Does anyone have a...
asked by 08.10.2015 / 22:22
1
answer

Associate commit to Bitbucket Issues

With Bitbucket it is possible to work with "Issues", where in the case could be used as "tasks / bugs / etc ...". My question would be whether it is possible to associate one or more commits with certain "Issues". If it is not possible, is th...
asked by 15.05.2015 / 13:57