Questions tagged [sourcetree]

SourceTree is a free Mercurial and Git Client for Windows and Mac that provides a graphical interface to connect with Git and HF services.

SourceTree is a product of Atlassian. It is a free Mercurial and Git Client for Windows and Mac.

It supports Butbucket, GitHub, Kiln and other Git and HF services as well.

226 questions
0
votes
1 answer

Files .class in Source Tree after clone

I have cloned a repo from BitBucket with Source Tree, and I open the project with Eclipse. I didn't change nothing, but in "Unstaged file" I have all the relative .class file. I think they are binary files; I should remove or ignore them? Thanks.
user3721503
0
votes
1 answer

Mercurial: Can't clone project

Me and a friend are woking on a project. We have a repo set on bitbucket, using SourceTree client with mercurial, to update changes. We have been working this way for over a year, without any issues. We wanted to grant access to the repository to…
Leo
  • 1,174
  • 11
  • 25
0
votes
2 answers

SourceTree : Where are Created Tasks Located in Pull request comments

I wish to see where are my tasks located when I do a create task in SourceTree in Pull request comments
Abhishek Bedi
  • 5,205
  • 2
  • 36
  • 62
0
votes
0 answers

How to solve broken pipe error in SourceTree when pushing 10 files at a time?

I am getting this error when I am pushing 10 files from Windows 8 system, from SourceTree. FATAL ERROR: Network error: Software caused connection abort fatal: sha1 file '' write error: Broken pipe fatal: The remote end hung up unexpectedly . …
Ajay Rawat
  • 161
  • 2
  • 12
0
votes
1 answer

Pushing my Develop branch into Master does nothing (using Sourcetree)

I have a repository on a gitblit server where I executed git flow, having a Develop and Master branch. I have made a lot of commits on Develop, and now I have a stable version, and would like to push my changes to Master. Using Sourcetree, pushing…
0
votes
1 answer

I lost my project - SourceTree - Bitbucket

What happened: I made a personal Bitbucket account I git init in the project directory Opened it in SourceTree and made initial commit I realized the commit was made on my other account I reversed commit Deleted the .git from the project…
Roudi
  • 1,249
  • 2
  • 12
  • 26
0
votes
0 answers

Source Tree: Clone a repository which hosted in Visual Studio Team Service

I have two computer: PC and a Mac. Both installed the SourceTree. The PC already clone the repository hosted on Visual Studio Team Service website. When I cloned the repository on MAC mini, it prompted me a password field. I have typed in the same…
LittleFunny
  • 8,155
  • 15
  • 87
  • 198
0
votes
0 answers

Is there a way to automatically prefix commits by their branch name?

We are using SourceTree and we have quite a lot of branches, but we use the convention of naming a branch by case like this: FB5678 where 5678 represents the case number. Another convention we have is to have commit messages like this: Case 5678…
Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
0
votes
1 answer

SourceTree - Added files not recognized in filesystem windows

Regards, I have realized commit, push, see all the files, press "Add/Remove" and nothing yet. I closed and started SourceTree several times, administrator, refreshed and single mode files *.js , but not with these images: Thanks.
1antares1
  • 1,146
  • 2
  • 11
  • 19
0
votes
1 answer

Unmerged files error in sourcetree

On trying to do a pull in source tree I am getting the following error: error: Pull is not possible because you have unmerged files. I am new to deployments and source tree. So I tried to reset the current branch to a previous commit which was…
starhunter
  • 165
  • 10
0
votes
2 answers

Sourcetree log commits of an author or a group of authors

Is it possible to filter the SourceTree log view of commits by one or a group of authors? I know that using the terminal it is possible as the next post, but I don't know how to configure it in…
Pau
  • 14,917
  • 14
  • 67
  • 94
0
votes
1 answer

How to remove feature branch from develop in Git/Bitbucket

Maybe I have the wrong approach to Git-Flow... I use Bitbucket (git) with GitFlow workflow. I would like to know if it's possible to completely remove source changes of a feature branch after a merging with develop branch even after other branch…
0
votes
2 answers

How to move git origin/master

Git is driving me mad. I forked a github repo and added some changes, then realised that I had made my changes on top of some commits after master. In my local copy of the repo, I reset master back to upstream/master and then cherry picked the…
Timmmm
  • 88,195
  • 71
  • 364
  • 509
0
votes
1 answer

Git/Sourcetree Manage multiple project with the same base

I have a project of three sites with the same base. The sites are builded in Zend Framework so the structure is as follow: Only the /application/modules is used as base as the rest (might) contain site specific content. I want to setup the…
IMarks
  • 187
  • 11
0
votes
1 answer

sourceTree&Git: remote Repository not found

I have sourceTree and git set up on my machine to work on a project with other people. When I tried to push my first changes through sourceTree, I got remote: Repository not found The link sourceTree is pushing to is in the following…
BonnieB
  • 129
  • 2
  • 12