1,110 questions
1 vote
1 answer
127 views
Repositories stored in OneDrive folder lose overlays. Local repositories are not impacted
My organization uses OneDrive that mimics the old 'documents' folder, i.e.: C:\Users\user.name\OneDrive - XYZcorporation\Documents Placing the repository into the OneDrive documents folder breaks the ...
0 votes
0 answers
34 views
control LFS status of file about to be committed using tortoisegit
I'm using tortoisegit and I miss a feature like adding a column in the commit windows that indicates if the file is managed with git LFS or not. Currently I need to use git lfs status for this but the ...
1 vote
1 answer
82 views
Why cant I call TortoiseGitProc from cygwin?
On my Win11 machine, I have mounted a network share Y: and in there is a git repository (not bare): Y:\myRepo. I now have a bash script in my cygwin installation that does some stuff and then should ...
2 votes
1 answer
316 views
TortoiseGit loosing branch name in windows explorer on Windows 11
My IT department surprised me with an upgrade to Windows 11. Took a while but I have all the tools I used to use working again with one small thorn. TortoiseGit's Windows Explorer plugin used to list ...
-1 votes
1 answer
48 views
How to reorder commits in TortoiseGit rebase dialog using keys?
Especially with a larger list of commits, I sometimes lose track of where to place a commit when scrolling during tracking a commit to its new place. I thought it would be much more accurate if it ...
0 votes
0 answers
577 views
OpenSSL: error:0A00010B:SSL routines::wrong version number (TortoiseGit - Git SCM)
I want to use TortoiseGit to push a software revision from my local domain to a remote server hosted on GitHub. To push the software to the remote server, right-click on the local directory and follow ...
0 votes
1 answer
90 views
Interactive hooks in TortoiseGit
I added a new git pre-push hook, to avoid pushing a commit without a specific file, asking the user to approve pushing without that file: echo -e "Are you sure you want to continue without the ...
1 vote
1 answer
83 views
How to list only all merges to a branch after a specific commit/datetime?
I have multiple branches (dev, release_1, release_2, etc.). A lot of merges occur. I want to see all the merges to a branch after a specific commit / datetime. For example, in dev branch there is a ...
0 votes
1 answer
36 views
Github login by every difference path
I am using Window 11, and use Tortoisegit,and try to use multi github account in my Window for multi path of github. Git clone will require username/passwordToken by every difference path.
-1 votes
1 answer
211 views
Convert local SVN to GIT using Tortoise GIT fails with unable connect?
EDK2 changed from SVN to GIT so I wanted to change my local copy to GIT then try to sync back up with their version so that my working copy changes merge correctly. But when I try I get: git.exe svn ...
1 vote
2 answers
327 views
How to make TortoiseGit not open SVG files with image compare tool
I have an svg file in Git and I want to see a diff of local changes. I would expect the config setting for which files are opened with TortoiseGitIDiff to be in TortoiseGit settings/Diff Viewer/...
0 votes
1 answer
540 views
Can't resolve merge conflict in TortoiseGit
I must be missing something obvious but I don't seem to be able to resolve a merge conflict in TortoiseGit. At least not resolve it in any way other than keeping the current version. During a merge a ...
-1 votes
1 answer
1k views
Bitbucket: Getting "No supported authentication methods available (server sent: publickey)" when using with ssh keys
I know there's many similar questions like this out there already, but so far I couldn't find any describing or adressing/ resolving my exact issue yet. I've just setup my personal ssh key in ...
-1 votes
1 answer
51 views
tortoiseGit "show log" function cannot be used anymore
enter image description here Just like this, I wait a long time, but nothing is shown. DIfferently, my tortoiseSvn's "show log" function works well. I want to us tortoiseGit's "show log&...
0 votes
1 answer
91 views
TortoiseGit stuck in "merge mode", cannot restore pull option in menu
This is related to this question about why the pull option in the TortoiseGit menu is missing - a (conflicting?) merge is in process, so pull is hidden from the context menu. But when I try both ...