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
2 answers

Sourcetree can't clone from Openshift

I'm trying to clone from Openshift with Sourcetree. I copied the SSH from Openshift into the "Source Path / URL" and then the error: Your SSH agent (Pageant) is running but the server still rejected your connection. You may need to load the…
Michael Tot Korsgaard
  • 3,892
  • 11
  • 53
  • 89
0
votes
1 answer

How to edit Mercurial .hgignore to permanently ignore all bin and obj folders?

I am using BitBucket with SourceTree on my home computer and on my laptop. When I commit on one computer, the bin and obj folders are ignored. When I commit on the other computer, changes to files in the bin and obj folders display. The .hgignore…
Kirsten
  • 15,730
  • 41
  • 179
  • 318
0
votes
3 answers

XNA can't start up game(missing .exe file in Debug folder)

Since a couple of days I have a little problem with XNA that it doesn't want to start up my game. When I click Start or F5, the error message from Microsoft Visual studio is: Visual Studio cannot start debugging because the debug target …
Tuit1995
  • 1
  • 1
0
votes
2 answers

How to create some tags under a special category?

I saw someone could create tags which are classifies into different folders in some tools like sourcetree. I am wondering how to create the tags with folders folder1,tag1,tag2
Adam Lee
  • 24,710
  • 51
  • 156
  • 236
0
votes
1 answer

Cannot push new branch with same name as a deleted branch to create a branch on the remote repository

Ok the title is pretty confusing but heres what happened: -Had a local branch with its corresponding remote branch -Deleted both branches -Recreated branch with same name, and applied my changes -Cannot push to remote repository because: 'Updates…
alibaba97
  • 21
  • 1
  • 5
0
votes
0 answers

how to make files untracked in source tree . I want to create and retain some files locally

I have some .java files that I want to retain local, I never want to push to origin. how can I say to source tree that please don't track these files.
user3456901
  • 13
  • 1
  • 5
0
votes
1 answer

git creates clone of a file with an uppercase initial, and cannot switch to the main trunk

Working in a branch, trying to switch to the main trunk, I get the error message: git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree checkout master error: The following untracked working tree files would be…
Pietro
  • 12,086
  • 26
  • 100
  • 193
0
votes
0 answers

Git log missing a commit - Visual Studio showing it

A co-worker of mine used Visual Studio to commit and push a change to a branch that we are both working on, but the commit does not show up when I do git log -5 -p . The subsequent commits seem to have ignored the change completely, and…
0
votes
1 answer

How to ignore temporarily generated files in SourceTree

Unfortunately, when I was installing SourceTree I didn't click "Install a default global ignore file" and now I am going through hell. I have all those files showing: files I found the .gitignore file but I don't know what else should I add. I am a…
0
votes
1 answer

Setting up active branches in SourceTree and GitBucket

I'm trying to set up branches so that when my employees first clone the repository they have all the branches available. This is how I want to set it up: Have the Master branch that they don't and/or can't mess with. I'll be the one that syncs up…
0
votes
4 answers

Authentication Failed on SourceTree while cloning BitBucket project

I am trying to clone a project from my bitbucket to my computer, using SourceTree. I tried to do so from the web interface : But it always failed. Here is the details of the error. Can you help me please ?
Tofuw
  • 908
  • 5
  • 16
  • 35
0
votes
0 answers

Git, i pushed commit from local master branch to remote master branch, but the result is pushed to other branch

Is this git's bug? Because I couldn't have pushed to remote branchA because I even didn't checkout it to local branchA, so how could I pushed it to remote branchA
0
votes
1 answer

Turning off "Build Automatically" in Eclipse, to avoid file permission collision with Git client

I'm curious what the repercussions of turning off "Build Automatically" in Eclipse are. The problem I'm facing is that I use Atlassian SourceTree for my git client, and 80% of the time when I'm performing a git-flow operation like finishing a…
oucil
  • 4,211
  • 2
  • 37
  • 53
-1
votes
1 answer

Merge code using Sourcetree

I am using Sourcetree with Bitbucket git. I am working on a project with other developers. One of them made a branch and uploaded some changes, and now I can't pull the code since I have some changes on my local repository. Every time I try to pull…
mohammad
  • 2,142
  • 7
  • 35
  • 60
-1
votes
2 answers

Pushing to a bare repository on shared hosting

I am trying to set up a git repository on a shared hosting server. My problem is that after I succesfully created a bare repository on the server and cloned it locally, on my computer, every time I try to add changes -> commit -> push them to the…
1 2 3
15
16