Top "Atlassian-sourcetree" questions

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

Unable to create a new hotfix in SourceTree gitflow

Hello this is my git workflow. I'm trying to create by using Sourcetree a new hotfix. Unfortunately I get this …

git atlassian-sourcetree git-flow hotfix
Failed to connect SourceTree to AWS CodeCommit

I'm using Atlassian's SourceTree to work with git on Mac OS, and choose AWS CodeCommit as the remote hosting server. …

git macos amazon-web-services atlassian-sourcetree aws-codecommit
squash more then two commits in sourcetree?

I have a large number of commits, about 20, that I've done since my last push to origin/master. I have …

git atlassian-sourcetree squash
How do you search for a branch in SourceTree

How do you search for a branch in SourceTree. It has gotten to the point where i have hundreds of …

git branch atlassian-sourcetree
Where is git mv in SourceTree?

I know you can move files. But what about renaming and moving whole directories?

git git-gui atlassian-sourcetree
Remove weird 'Iconr' file from the repository

In my git repository I've got a weird file in the staging area that's refusing to be reverted, removed, committed …

macos git atlassian-sourcetree
Git hooks doesn't work on Source Tree

Via Terminal everything works correctly but in Source Tree doesn't work This is my pre-commit hook #!/bin/bash # # hook script …

git atlassian-sourcetree githooks
Not able to start feature branch by selecting commit id option in SourceTree

I'm working on implementing Git Flow branching strategy in my company and for that I'm testing all possible options which …

git atlassian-sourcetree git-flow feature-branch
Sourcetree add bitbucket with two factor auth

I've enabled two factor authentication for my bitbucket account. Now Atlassian Sourcetree app on Osx doesn't works, it is unable …

bitbucket atlassian-sourcetree two-factor-authentication
SourceTree: How to create multiple hotfix branches with Git Flow

How can I create a second hotfix branch in Sourcetree when one already exists? Whenever I try to it tells …

git atlassian-sourcetree git-flow hotfix