Questions tagged as 'bitbucket'

2
answers

GIT: project with 2 versions in different clients and main branch

I have a question about the GIT organization. I have 1 project that will divide into 2 versions for different clients, I would like to maintain a main branch and that the generic changes would be made in this branch and replicated for the 2 v...
asked by 27.11.2017 / 14:16
1
answer

How to put project on Bitbucket?

I'm trying to put my project in the teacher's repository and I'll end up without a grade because I can not, and I did the following; Itwasgoingwell,butwhenitarrivedinthelastcommanditgaveerrorasyoucansee;     
asked by 11.10.2015 / 22:57
1
answer

Deploy with GIT via FTP

I have read several files that it is possible to deploy via FTP using GIT. I tried to follow several of them but did not succeed. I know there are sites that do all this deploy process like ftploy.com but at the level of knowledge I would like...
asked by 13.05.2015 / 23:39
1
answer

GIT does not push

I do not know what happens with my git, I've uninstalled and installed it and nothing! every time I make a push the following occurs ... $ git clone https://[...]/projeto.git $ git checkout -b "#CASA" $ git add <meus_arquivos> $ git comm...
asked by 19.11.2015 / 19:05
0
answers

What does this git error mean?

I am migrating a server git repository. I'm pulling out of my VPS and moving on to Bitbucket. I took all the branches of the VPS and successfully climbed to the service mentioned. I even added a deployment key so that the staging server can u...
asked by 12.08.2015 / 20:24
2
answers

Error: Another git process seems to be running in this repository

I have a repository with several files, including html, javascript, css and others, and today I had this error, I already researched a lot of other solutions so far.    Another git process seems to be running in this repository, e.g.   an ed...
asked by 26.12.2017 / 20:39
1
answer

GIT recover files (git reset --hard HEAD)

I'm a little inexperienced with GIT. I was working on a branch, however, I wanted to receive some updates in the master branch, but git pull failed, as there were non-committal changes. So I ended up using the git reset --hard HEAD...
asked by 09.05.2016 / 01:16
1
answer

Problems with Bitbucket Team Remote Repository

I created a Team in bitbuckt, and I created a Project for this Team and in this Project I created a Repository . I added to Team, a ssh key I created on my machine (Ubuntu), however when I run git clone copying the ssh url I get the...
asked by 19.10.2017 / 13:02
1
answer

How to see Git statistics with Bitbucket?

I've used GitHub and GitLab for a long time. These platforms are rich in statistics, from user contributions, commits frequency and etc. But now I'm part of a project on Bitbucket , but I did not find any statistics available. Does anyon...
asked by 28.12.2018 / 12:42
1
answer

Git - line break problem between different Operating Systems

I'm trying to fix a problem with Git, it's a line break problem in files that were sent from a DOS-based operating system and later changed into a UNIX-based OS. What happens: When I change 'n' lines in my Linux OS, for example, the file: "mo...
asked by 09.12.2015 / 23:41