Questions tagged [atlassian-sourcetree]

Atlassian Sourcetree is a Git and Mercurial desktop client for Mac and Windows.

Atlassian Sourcetree include features like Git LFS or interactive rebase.

1943 questions
48
votes
4 answers

Git and Bitbucket: unauthorized when pushing

I have created a repository in BitBucket and have cloned it using SSH. When attempting to push my changes to BitBucket, I receive the following error: Unauthorized fatal: Could not read from remote repository. I have created an SSH key using…
serlingpa
  • 12,024
  • 24
  • 80
  • 130
47
votes
11 answers

warning: templates not found /usr/local/git/share/git-core/templates

I get this error warning: templates not found /usr/local/git/share/git-core/templates when I cloning repo in local repository this link, this link, and this link I tried this method and I just waiting more than 20 minutes but repo doesn't clone. I…
Alexander Khitev
  • 6,417
  • 13
  • 59
  • 115
47
votes
4 answers

How to set default file viewer in SourceTree?

I want to set default file viewer in SourceTree. The current one now is Notepad which does not show line break properly (all codes are in one line).
mmdc
  • 1,677
  • 3
  • 20
  • 32
46
votes
2 answers

How to add icon to my repository?

I have found that Gitlab and SourceTree support icons for every repositories which make them more specific and easy to find at one glance. How is this possible?
46
votes
3 answers

delete a 'feature' branch using gitflow without merging into master branch

I am using the Git GUI called 'Souretree' by Atlassian and in particular the 'Gitflow' module to manage various branches. I just created a 'release' branch that I don't want to merge back into either the master or develop branches. How do I get rid…
johowie
  • 2,475
  • 6
  • 26
  • 42
46
votes
7 answers

Squash in SourceTree

Is it possible to squash in SourceTree? I saw that apparently you can "drag and drop" commits in order to squash them. However, when I do that it only highlights several commits.
Miles
  • 553
  • 1
  • 6
  • 8
45
votes
8 answers

Sourcetree constantly asks for authenticate with Mercurial (Kiln)?

I'm running Lion latest with SourceTree. I tried to connect to a Fogbugz Kiln reponsitory, which succeeded, but whenever I PUSH or PULL Sourcetree consistently asks me for a username and password despite I saved it to my KeyChain. Anyone have any…
kidcapital
  • 5,064
  • 9
  • 46
  • 68
45
votes
1 answer

What is the alternate of Source Tree for Ubuntu 16.04?

I am new to Linux environment and till now I was using source tree on windows to transfer files on server. Now I am using Ubuntu 16.04. What is the alternate of Source Tree for Ubuntu 16.04? Thanks
45
votes
4 answers

How to properly rebase in SourceTree?

SourceTree 1.6.4.0 on Windows 7. Let's say the following is my starting point: C <- master / - A - B <- topic I want to rebase topic onto master. My goal is to have: C - A - B ^ ^ master topic but I end up with: I can then do git…
Patrick
  • 605
  • 1
  • 6
  • 8
44
votes
6 answers

Diff tool in SourceTree

I am using SourceTree as a Git client in my windows 7. I faced with a conflict and in order to resolve I click on Launch external merge tool as suggested. A window pops up very shortly and nothing happens then after! I just tried it on my Mac OS and…
Ali
  • 9,800
  • 19
  • 72
  • 152
44
votes
3 answers

git does not recognize exe file

I'd like to upload NuGet.exe to github but all exe files are not listed to my local repository. I did upload NuGet.exe file about two weeks ago at another project repo, but now I cannot upload any exe file at all. There is no global .gitignore that…
Youngjae
  • 24,352
  • 18
  • 113
  • 198
44
votes
6 answers

Where is git submodule update in SourceTree?

How can I update git sub modules in SourceTree?
wnrph
  • 3,293
  • 4
  • 26
  • 38
43
votes
5 answers

How do I use Meld as a merge tool with Sourcetree on Windows?

I have the following in my .gitconfig file: [user] name = myname email = myname@gmail.com [core] autocrlf = true excludesfile = C:\\Users\\myname\\Documents\\gitignore_global.txt [diff] tool = meld [difftool "meld"] …
mynameisJEFF
  • 4,073
  • 9
  • 50
  • 96
42
votes
14 answers

How to solve the requested URL returned error: 403 in git repository

I have multiple accounts in git I committed code three weeks back with this account. I'll unable to pull my code . I was getting The requested URL returned error: 403 I'll try Pushing to Git returning Error Code 403 fatal: HTTP request failed …
Kondal
  • 2,870
  • 5
  • 26
  • 40
42
votes
3 answers

How to set up your avatar in SourceTree.app?

I saw other people's image appears to the right of the commit message. How to set up that? edit: The GUI tools I am using is the SourceTree mac version.
Simon
  • 705
  • 1
  • 5
  • 11