Source tree refers to the file system folder or source code control storage structure containing the source code for a project. The source tree includes all of the code and resource file inputs used to build a project into executable code.

learn more… | top users | synonyms

1
vote
1answer
31 views

reset a git repo to an old commit?

We have a repo in github We are using sourceTree as gitclient Is there a way to reset the repo to an old commit? I have tried to do it locally with sourcetree, and I can go as far as resetting ...
1
vote
1answer
24 views

How to use Interactive Rebase in SourceTree 1.6

I have read that Sourcetree 1.6 has the new feature "Interactive Rebase" http://blog.sourcetreeapp.com/2013/05/07/sourcetree-for-mac-1-6/. My problem is to find this dialog in the Sourcetree App. Any ...
1
vote
0answers
36 views

Password not working on SourceTree

Ok I'm having trouble cloning a project on my Bitbucket. I have SourceTree installed and when I clone a project using Bitbucket site I get a authentication log in. I used my username and password ...
0
votes
2answers
239 views

Resolving git conflicts: git mergetool doesn't work

I need to resolve conflicts in git, but as a novice, not sure what is the most effective way. This is my situation: I'm in master and need to commit and push all my changes. $ git pull: ...
2
votes
1answer
353 views

Source Tree for Windows doesn't seem to work with valid SSH key

I have created an ssh key pair using putty within Source Tree on Windows, and then added that to my repo client (I use Gitlab on a personal server). This works fine from gitbash (cloning and pushing ...
3
votes
2answers
1k views

SourceTree for Windows not working

When I type git pull from command line, I can get the code without any problems. When I open SourceTree for Windows, and try a Pull, I get: git -c diff.mnemonicprefix=false -c core.quotepath=false ...
1
vote
0answers
131 views

Sourcetree on OSX looking for “credential-oskeychain” rather than “credential-osxkeychain”

When using Sourcetree, I keep getting the error git: 'credential-oskeychain' is not a git command. See 'git --help'. I'm pretty sure Sourcetree / git should be using credential-osxkeychain" ...
1
vote
1answer
181 views

SourceTree password after opening Bitbucket account with gmail

I use my gmail account to create and log into my bitbucket account (similar to how I do with stack overflow). Now I am trying to access my repository through SourceTree. when it asks for password, I ...
0
votes
0answers
29 views

HowTo project-level source trees in xcode 4

We have various shared core code we collect into xcode static library or framework projects and then include as sub-projects in the main things we build. Each developer can use subversion externals ...
1
vote
1answer
188 views

IntelliJ Diff Tool in SourceTree

Is it possible to use IntelliJ Diff tool in SourceTree? I know it is accessible from terminal. Thanks
0
votes
1answer
62 views

How to keep the change log in git files when refactoring in IntelliJ?

When I refactor the class in IntelliJ the git looses the track of old log of the file? Is there a way to refactor the file so that it keeps the log, or am I missing something? I am checking the log ...
0
votes
1answer
192 views

Git and SourceTree - installing on server issue

I want to develop locally and then commit to the server with git. So I have installed git on my pc and now I'm trying to access my project on my server with the SourceTree app. I went to the ...
3
votes
1answer
122 views

Mercurial Stop Tracking and Ignore

When it comes to Mercurial; What exactly is the difference between the following: Stop Tracking Ignore Google Search, SE search brings no clear examples / results on the matter.
2
votes
1answer
805 views

Cloning a repository with SourceTree

Can someone give me a quick walkthrough on simply cloning a repo with SourceTree? In Bookmarks, I click on Clone Repository. For Source Path I paste in the URL which looks like this: ...
1
vote
3answers
1k views

Do not ignore files in git sourcetree

I am downloading an eclipse project from source tree. The .project and .classpath files are not checked in. I want these checked in to do a successful import. I have no gitignore file. Can anyone ...
1
vote
2answers
1k views

Sourcetree and github

When I push commits to github repo from windows github client, I can see my github username and link to my profile in history, like this: initial commit [username] But when I push changes from ...
0
votes
1answer
137 views

How do I update my forked repo using SourceTree?

I am using SourceTree (with BitBucket) to manage my code. I have forked a repo, and the parent repo has been updated. How do I use SourceTree to merge the upstream code into my forked repo?
0
votes
3answers
155 views

Uploading to FTP and GIT at the same time?

So, I'm using a version control system for the first time on a personal project. In the past it's all been set up and fairly simple for me, but I'm setting things up myself this time around. Since ...
4
votes
2answers
279 views

Where did my Git changes go?

I have committed changes to Git and pushed to origin. Another developer was having trouble merging. They did something and did a push. I saw an update and did a pull and half my changes were reverted! ...
0
votes
1answer
653 views

Can Git software (e.g. Gitbox, Github, SourceTree) use a remote repo instead of local?

I like using Git software to push commits, but the ones I use (Gitbox, Github, SourceTree) all ask for a local repo when adding a new repo to them. Thing is, my repo is on my development server not ...
1
vote
2answers
544 views

Where is git submodule update in SourceTree?

How can I update git sub modules in SourceTree?
0
votes
1answer
144 views

Where are tag messages in Sourcetree

Where can I access the corresponding message of git tags in Sourcetree. The context menu of a tag seems not to offer such an option.
3
votes
2answers
116 views

SourceTree shows no history

I have a Git project in Bitbucket and I am running into an issue where I am not able too see commit history. I can check-in code and push it into the repo, but I am not able to see any changes. ...
1
vote
0answers
186 views

How to undo “Discard” if not committed

I accidentally clicked Discard while committing my changes. So I discarded the whole file but I wanted to discard only some hunk. But I haven't clicked on Commit, I did Cancel. But now I cannot see ...
2
votes
1answer
487 views

Where is git mv in SourceTree?

I know you can move files. But what about renaming and moving whole directories?
0
votes
0answers
126 views

Gerrit hooks in SourceTree OS X

Is there a way to get gerrit hooks using SourceTree when I clone a repo. Currently, I clone a repo and have to install the hooks from Terminal?
5
votes
2answers
2k views

Where is git-blame in SourceTree

I'd like to see who contributed which line/change to a file. git-blame does exactly that. So does SourceTree have a git-blame view?
2
votes
1answer
146 views

Where is the source tree in Sourcetree?

Upon click on "tree", gitk shows the directory tree for a given commit. Is there something similar in sourcetree? Example (gitk) Directory tree as of first revision (see lower right window frame) ...
0
votes
2answers
285 views

How can I setup a simple Mercurial back-up solution from a workstation to server?

First, a confession. In about 10 years of professional development, I've never used a source control system. There, that feels better. My historical setup (as recommended by management, ha!) has ...
0
votes
2answers
2k views

Git, Tower, and SourceTree

I'm trying out both Tower and SourceTree GUI's on my Mac and I have two very basic questions: Do either of these these GUI's install the Git executables or do they use the Git installed on my Mac? ...
2
votes
1answer
1k views

Push to gerrit using SourceTree

I can't figure out how to make SourceTree push to Gerrit. I saw this link but I still don't understand how it can be done: ...
2
votes
1answer
3k views

Aptana SourceTree and Git - Beginner

I am just now starting to use version control and my head is spinning! I am trying to wrap my head around branches, checkout, merging and rebasing. I'm sure these are stupid questions but would really ...
3
votes
4answers
4k views

How to ignore all files in a folder with a git repository in SourceTree?

I have a bitbucket Git repository managed with SourceTree. I have 2 folders that I want to commit but I need to ignore all the files in theses folders because contains temporary files. How can I do ...
3
votes
1answer
3k views

Authenticating SourceTree with a Google Code project

I'm trying to use the latest version SourceTree with a Google Code project that uses Git. The problem is that when I try pushing the changes, it complains about authentication: git push -v --tags ...
8
votes
2answers
2k views

Force a push with SourceTree

I started using SourceTree a few days ago to manage Mercurial repositories with my Mac. Now I ran into the problem when pushing to my remote repository creates a new head on a new branch and I would ...
3
votes
0answers
218 views

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 ...
5
votes
2answers
182 views

cannot see source tree in android.dmg.sparseimage in mac osx

After syncing the android source code tree in a dynamic extendable disk image (android.dmg.sparseimage) in mac osx (10.6.7), I cannot see anything in there. However the diskimage size has changed to ...
1
vote
0answers
837 views

Precompiling static library in Android NDK - sources in separate directory tree

I am trying to precompile a static library using the Android NDK. This precompiled static library will later be linked with JNI code in other projects. I do not have an Eclipse project associated with ...
0
votes
3answers
141 views

java: right place in source tree for auxiliary data?

I understand the basic structure of a java source tree & jar file: com example mypackage myclass1.java myclass2.java But if I have bitmaps or html files, are there conventions ...