About 1,290,000 results
Open links in new tab
  1. Sourcetree - Atlassian Community

    Oct 6, 2025 · Connect, share, learn with other Sourcetree users. Find answers, ask questions, and read articles on Sourcetree.

  2. git - SourceTree - "This is not a valid source path/URL" error ...

    Jan 4, 2025 · Here is how you can solve error SourceTree - "This is not a valid source path/URL" error attempting to clone a GitHub repository. either the issue is with the Github URL, …

  3. Solved: Getting "fatal: Authentication failed for..." erro...

    May 2, 2025 · I updated the SourceTree and the authentications failed. I wiped out the SourceTree (uninstall and the directory deleted) and installed 2.4.7.0 SourceTree. I had the …

  4. How do you open SourceTree from the command line?

    Oct 29, 2013 · Is there a quick and easy way to open a git repository in SourceTree from the command line? I do a lot of git work from Terminal, but sometimes there's no replacement for …

  5. sourcetree - Source Tree doesn't launch after installation - Stack …

    May 2, 2016 · After successful download of source tree on windows 10 , the application doesn't seem to launch, Any help appreciated , Thanks

  6. git - Cloning a repository with SourceTree - Stack Overflow

    Dec 29, 2012 · 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 …

  7. Sourcetree - undo unpushed commits - Stack Overflow

    I am using Sourcetree for Windows for a git-repository and would like to undo an unpushed commit. Is that possible? If I do "revert commit", it creates a second commit which reverts the …

  8. How to add remote repository using Sourcetree - Stack Overflow

    Jan 28, 2022 · 9 I'm using a Mac and I'm new to Bitbucket and Sourcetree. I want to push my local repository to a remote repository. So in Sourcetree, I pressed "New", "clone from Url" and …

  9. git rebase using sourcetree - Stack Overflow

    Oct 8, 2016 · I think I am confused on how to use SourceTree GUI to do git rebase. I have two branches "master" and "dev". As seen, the two branch diverged. I want to do a rebase on …

  10. git - How to properly rebase in SourceTree? - Stack Overflow

    Sep 9, 2014 · 0 Force push is the solution. I enabled the option in Advanced settings in SourceTree and then the Push work to rebase the remote branch.