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

Skip over commits in Git for a branch (using SourceTree)

I have a few commits in my repo, but for the moment, I want to build without the first 2 changes. How can I make a branch to go from where I was before these commits (Old code), jump over 2 of them (A and B), and use the Third (C)? Here is…
Broots Waymb
  • 4,713
  • 3
  • 28
  • 51
0
votes
2 answers

git branch checkout using sourcetree tool is taking more than 45 minutes

I am checking out a git branch using sourcetree tool and its taking a way long - 45 minutes. command getting executed git -c diff.mnemonicprefix=false -c core.quotepath=false clone --branch mybranch --recursive mygitrepourl size of branch: 670…
Shadakshari
  • 15
  • 1
  • 5
0
votes
1 answer

Sourcetree does not push to github

I have a problem that my repository is not pushed to github. My repository is located on my pc and I committed it with SourceTree and want to push it upwards to github. The output says this: git -c diff.mnemonicprefix=false -c core.quotepath=false…
etalon11
  • 895
  • 2
  • 13
  • 36
0
votes
2 answers

Sourcetree gitlab clone not working for url

If I want to clone my repo with SourceTree I always get error "path is incorrect"? Any idea: my gitlab path: git@gitlab.com:danielmauch/myapp.git
user2881954
  • 147
  • 2
  • 10
0
votes
0 answers

Sourcetree GUI problems

I have a problem with the graphic environment in Sourcetree, as you can see on this image Sourcetree error You can see that the branches pannel appears with a black background and the popups menu appears with white font color. I tried to desinstall…
0
votes
2 answers

SourceTree change branch, lose uncommitted work?

I was working on my code, on my master branch, haven't committed it. Someone installed SourceTree on my machine and changed the branch to a different one, causing my local files to change to that branch. Now I am stuck, because I don't know where…
0
votes
1 answer

SourceTree and BitBucket

I installed Git and SourceTree. I have account at Bitbucket and I would like to link to BitBucket from SourceTree. When I enter username and password I get the following error message: The website declined to show this webpage HTTP 403 Most likely…
user1700890
  • 7,144
  • 18
  • 87
  • 183
0
votes
1 answer

SourceTree push/pull/commit order

If I am working with a team member in sourcetree and we are working in 2 completely different areas such as me working with scripts and he works on scenes/art in unity. Say that he commits and pushes his changes and I see that I can pull them but I…
JoeyL
  • 1,295
  • 7
  • 28
  • 50
0
votes
1 answer

Push online repo to bitbucket

I'm using sourcetree and want to move my work along with its commit history to another account on source tree so more people can access it. It is a clone of another repo on the target account, but I need to show how it evolved so others can trace…
tenshiism
  • 57
  • 1
  • 5
0
votes
2 answers

Unity Meta Files and Version Control

I asked a similar question the other day, but i think this is different enough to make it worth another question I am currently using BitBucket and Source tree with my project, here is my git ignore. EDIT* NEW GITIGNORE. EDIT* File Structure. My…
bSky
  • 187
  • 2
  • 12
0
votes
1 answer

SourceTree: CryptographicException when try to register Host-Accounts

Im using SourceTree in the actual version (1.7.0.32509). I got a notebook(before win8.1) and a Desktop(before win7) with it and upgraded both devices to win10. When i want to register Host-Accounts for my repositories it works fine on the notebook,…
0
votes
1 answer

Recently, I used sourcetree to push my folders to the bitbucket.

Recently, I used sourcetree to push my folders to the bitbucket. But since this was my first time, before i setup the .git i accidentally deleted my local repo using the sourcetree software. now i dont have any backup of it. Are there any ways to…
0
votes
2 answers

Recover deleted repository on disk SourceTree

I was trying to delete my repositories in sourcetree but inadvertently deleted all the files and code within the repository, I have seen a very similar question asked once before but the solution was not answered or commented, Any possible solutions…
0
votes
1 answer

Github - Set a commit to origin (using Sourcetree)?

I want to set the last commit to the origin. (So that my origin is the same as my last commit) My history looks like this: What do I have to do? (I'm a github noob..)
3DExtended
  • 153
  • 15
0
votes
3 answers

How to have live and Dev git branches working at the same time

Wondering if some light could be shed on how git workflows should work? I'm 100% sure our current method is completely wrong as its not really working out. If I can explain how we are currently operating and if someone can tell me where we're going…
grhmstwrt
  • 341
  • 1
  • 6
  • 20