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
0
votes
1 answer

Move project directory to another computer without losing uncommitted files

I've been working on a computer and did some changes to my project. The thing is that, now, I have to work on another one. I haven't finished all I was doing, so I can't commit yet. How can I move all the directory to the new computer, without…
0
votes
0 answers

Contact github , sourcetree

github, A invites B to the repository, showing two from the github page of B (the second is the invited store), as shown in picture 1, but only the private repository is visible like the second one in B's sourcetree, The repository is…
0
votes
4 answers

Sourcetree cannot push to bitbucket repo due to authentication issue

This may seem like a bit of a rudimentary issue, but I cannot seem to push from Sourcetree (windows) to a bitbucket repo for which my user is the owner. To clarify I can log in to the repo using my browser just fine but when I push to it from…
Pectus Excavatum
  • 3,593
  • 16
  • 47
  • 68
0
votes
0 answers

Reconnecting a git/Bitbucket repository to the original local drive

In my rush to upgrade my PC I had forgotten I had git repositories on a storage drive which I installed in the new PC. I use Visual Studio to create a build of an open source CMS. I created a repository for the original CMS build using GitBash. I…
REMESQ
  • 1,190
  • 2
  • 26
  • 60
0
votes
1 answer

All files of GIT repository are marked as "missing" and "new file" at the same time [SourceTree]

I use GIT 2.17.1 and Sourcetree 2.6.9. In my uncommitted changes all files of my repository are marked as missing and also marked added new at the same time. I am sure, that I have not moved nor edited those files. They are listet with the same…
rkgghz
  • 456
  • 8
  • 19
0
votes
0 answers

How to replace code accidentally merged into master with a different branch in sourcetree?

After merging master into branch A - a lot of changes were made. We now want to push those changes back to Master. Unfortunately, someone merged master into a second Branch B - made a lot of changes, then pushed those changes back to Master. My…
Paul
  • 3,318
  • 8
  • 36
  • 60
0
votes
1 answer

Git unable to access in connection to the DNS

I'm using Atlassian for my Git repository. I'm currently facing a problem right now that when I am trying to push this error shows up fatal: unable to access `https://po_c_user@xx.xxx.xx.xx:xxxx:` OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection…
Ketskie
  • 15
  • 7
0
votes
1 answer

Sourcetree Stage hunk button missing

I just created a new branch to work on a bug and checked out the branch in Sourcetree (to a new folder). I updated 1 file and added 1 new file. In the Sourcetree Log/History I only see the updated file. If I select the updated file, the changes…
Mike
  • 101
  • 1
  • 6
0
votes
0 answers

Git Pull Issue within the Linux server Without Local Copy

So, I have a developer who has a bitbucket account, and he updates the code into the bitbucket server and as I have access to the Linux server I pull the files via git pull. Now whenever I do that I get the following error:- error: Your local…
Nitish Patra
  • 289
  • 5
  • 20
0
votes
1 answer

GIT: Can you recover the most recent working version of files after accidently committing and pushing their deletion?

I'm using Sourcetree with git and for some reason it decided to stage my changed files as to delete instead of just updating them. I didn't catch this error until after I committed and pushed. I then realized all my files were missing. Can I…
0
votes
1 answer

Sourcetree not pushing to remote, creating new HEAD

Image of my Sourcetree Possibly too much information - also this is for an Angular 6 application: In a dumb attempt to avoid hassle I emailed some code to a teammate, which he combined with his own code and pushed to the branch IndexerUI_Merge (in…
0
votes
1 answer

How do I merge only existing files

I have a repository A with 30 files and added second repository B as a remote. This repository has 120 files, but the 30 files from repo A are also included here. How do I merge B into A but only the existing (30) files ? I tried to merge the whole…
mens0r
  • 15
  • 1
  • 3
0
votes
2 answers

I have two versions of Git and old one being used. How can I fix it?

For a historical reason, I have two versions of git on my Windows 10 machine. $ where git C:\Users\xxxxxxxxx\AppData\Local\Atlassian\SourceTree\git_local\mingw32\bin\git.exe C:\Program Files\Git\cmd\git.exe The former being used by…
Kouichi C. Nakamura
  • 850
  • 3
  • 10
  • 25
0
votes
0 answers

unhandled win32 exception occurred in git.exe

I am trying to clone a specific repository from Bit Bucket to my local using Git I am encountering an error like this. But it only happens for the specif repo. All other works fine. Even I checked with my team mates for them no issue for that. Any…
HashTags
  • 105
  • 13
0
votes
1 answer

How can I track changes made in newly added cartridge in atlassian sourcetree?

First of all, I am new to sourcetree. Mostly when we change/add/remove a file in an existing file in repository, it gets reflected in the sourcetree's uncommitted changes. I have added a new cartridge in my eCommerce Salesforce project. But even…
Code_Ninja
  • 1,729
  • 1
  • 14
  • 38
1 2 3
99
100