Tagged Questions
TortoiseGit is a Windows-based application that allows the Git distributed revision control system to be used directly from Windows Explorer.
38
votes
7answers
7k views
Is TortoiseGit ready for prime time yet?
I'm a big fan of the simplicity of TortoiseSVN. I also am interested in digging into git, and think it would make a good fit for an upcoming project. However, a strictly command-line based app can be ...
20
votes
6answers
7k views
TortoiseGit, TortoiseBzr, TortoiseHg. Are any solid enough to switch from TortoiseSVN?
I'd like to try out a distributed revision control system. I use a couple Windows PCs, a couple PCs with Linux, and a Mac. On windows, I'd like to use Tortoise.
Are any of the Tortoises other than ...
13
votes
2answers
2k views
Installing TortoiseSVN and TortoiseGit together
I have TortoiseSVN installed and it works great. Would like to have an equally great interface to things hosted on Git.
Is TortoiseGit as good as TortoiseSVN?
Can they both be installed without much ...
13
votes
5answers
8k views
TortoiseGit - git not found
I'm using TortoiseGit with msysGit installed with the msysGit-fullinstall-1.6.4-preview20090729.exe and it works in a very strange way:
on the About windows it says it can't find git, even if all ...
12
votes
3answers
4k views
Instructions on using TortoiseGit to interact with an SVN repository?
I've been using TortoiseSVN on Windows for years with local filesystem repositories for my own projects. I'm planning to start collaborating with a friend on one of the projects, and will be shifting ...
9
votes
1answer
212 views
Can you interact with the index/staging area with TortoiseGit?
I've been tasked with giving a presentation on Git to my colleagues, who are almost entirely Windows users who are used to using TortoiseCVS. I've been using Git for about a year, but I almost ...
9
votes
6answers
2k views
TortoiseGit vs Git Extensions
What are the benefits and disadvantage of using either Git Extensions or TortoiseGit on a Windows Based OS?
9
votes
4answers
1k views
Can Git-svn be used on large, branched repositories?
I am trying to use git as a frontend to a svn repository in order to be able to use git's nice features like simple branching, stashing etc.
The problem is that the SVN repository is quite large ...
8
votes
4answers
2k views
Is git / tortoisegit ready to replace svn / tortoisesvn on windows?
I've been using SVN through tortoise and svn:// protocol on windows for a couple of years and I'm pretty comfortable with it.
Nevertheless there are a couple of features I'd like to have, mainly ...
8
votes
3answers
6k views
Msys Git Install Path Error on Get Clone in TortoiseGIT
I installed Msys Git and TortoiseGIT x64. Whenever I try to use the Get Clone command I am getting the error: "Msys Git Install Path Error".
The wierd thing is that I when I set it all up, it worked ...
7
votes
3answers
1k views
clone parts of a github project
I'm trying to clone parts of a github project but I can only get the root folder.
This is the first time im trying to use github and I just installed tortoisegit, im used to svn and cvs where you ...
6
votes
1answer
345 views
Does TortoiseGit actually make Git a lot easier to use like TortoiseSVN?
With the easy experience of TortoiseSVN, I looked at some command line of SVN and it wasn't as easy to use. Does TortoiseGit actually makes Git a lot easier to use, just like TortoiseSVN did for the ...
5
votes
3answers
85 views
TortoiseXXX: knowing which SCM software is used in a specific development project
I have TortoiseSVN, TortoiseGit and TortoiseHg installed on my system. As expected, but unfortunately, these tools use the same icons to indicate the version control status for a specific folder. ...
5
votes
1answer
148 views
Should Git ever think a file that it got from a pull is now untracked?
One of our developers keeps having problems with his Git repositories. He pulls and then later "git status" shows a whole list of untracked files (that is, Git thinks they are new) that actually came ...
5
votes
3answers
6k views
how to use tortoise git without a server (local single user)
i'm looking for a simple tutorial for how to use tortoisegit without any server? i've tried google but, although a lot of people mention you can use tortoisegit without a server, no one explains how ...
5
votes
1answer
3k views
Push to Remote URL with TortoiseGit
I have installed the latest MSysGit 1.6.3 preview and TortoiseGit 0.6.2 on my Windows XP PC. I also have created a --bare repository on my server which can be access through http (using WebDAV as ...
4
votes
2answers
78 views
Has anybody seen git create a commit that has no date & an all-zero hash?
So a fellow team member, using TortoiseGit in Windows, pulled up his log the other day, and at the top was a commit with a has entirely of zeroes, no user, and no date, but it did have four modified ...
4
votes
4answers
241 views
Using git as a better SVN
We were an SVN shop - now we use git (cos all the cool kids are doing it).
Each dev checks in code locally on their own git tree while working on new features.
When some work is ready to submit to ...
4
votes
2answers
1k views
Any good tutorial on using TortoiseGit with workflows?
Most git tutorials use command line which is fine but I'm looking for resources specifically showing workflows in TortoiseGit (note the emphasis on workflows, not just installation and basic checkouts ...
4
votes
4answers
638 views
Getting TortoiseSVN/TortoiseGit icon overlays in 32-bit applications on 64-bit Windows
When installing TortoiseHg on Windows x64, I have an option to install both x86 and x64 shell extensions, which is useful, as my favorite Windows Explorer replacement is 32-bit. But there is no such ...
4
votes
2answers
646 views
Why am i getting these errors from GitHub?
I followed these instruction and could not connect to github for the life of me.
>plink -ssh github.com
FATAL ERROR: Disconnected: No supported authentication methods available
plink -ssh ...
4
votes
2answers
2k views
TortoiseGit Fail to install context menu on Windows 7
I tried to install TortoiseGit on Windows 7.
Installation seemed successful, but TortoiseGit context menu does not show up after reboot.
What should I do to install TortoiseGit context menu?
P.S.
...
3
votes
5answers
283 views
How to configure git to include my name in commits
I have set up my name and email as follows
git config --global user.name myname
However, when I run git log after commit, it shows unknown instead of myname:
Author: unknown ...
3
votes
2answers
113 views
git newbie question - Commit style: Commit all changed files at once or one at a time?
I am saving my work at night with a single commit for many files. I wonder if it would be better to commit for each file but this seems like a lot more work. I have no problem with the way things are ...
3
votes
1answer
251 views
Can I update a forked project, on git, to the original/master copy?
A few weeks ago i forked a public project on GitHub. Today, I wish to try some stuff on it BUT i want to make sure the copy I use is the most recent.
Can I update my fork, first?
And what happens ...
3
votes
2answers
287 views
Authentication error when pushing to remote Git repo with TortoiseGit
When I try an push to my remote repo (Unfuddle) using TortoiseGit, my favourite tool, I get the following error. I then open GitGUI and am able to push with no problem. I have gathered through some ...
3
votes
3answers
606 views
Tortoise Git side-by-side with Tortoise SVN?
I've been using Tortoise SVN for several years now, but am thinking of slowly changing to git, as I really like its branching and merging. I'm currently using git via the command line but am ...
3
votes
3answers
854 views
Cygwin and Tortoise Git
I have recently installed Cygwin along with the Git binaries and a copy of Tortoise Git on a fresh Windows XP install. I seem to be able to do most Git operations through Tortoise such as viewing the ...
3
votes
3answers
785 views
Hiding Resharper files with TortoiseGit
What is TortoiseGit's equivalent to TortoiseSVN's "ignore patterns" ?
Or otherwise, how do I make it ignore Resharper?
3
votes
2answers
3k views
tortoise git connect to remote git repo (not github)
I have a git branch on my production server which is centos. I am trying to connect to it from tortoisegit on my windows machine but it doesn't seem to be working.
I install msysgit, tortoisegit and ...
3
votes
1answer
2k views
Git (TortoiseGit) - How to change the HEAD to a previous revision
When using Git with TortoiseGit: Does somebody know how to change the HEAD to a previous revision for a complete repository and/or just a single file?
For example i have a repository containing ...
2
votes
2answers
93 views
How to remove unused git branches
How can one remove unused git bracnhes from Tortoise-Git? These branches have been removed both locally and remotely, i'd like to not see them anymore when using this dropdown
2
votes
2answers
79 views
git: Pulling only certain files
I'm using the TortoiseGit client on Win XP. In a particular folder, I have 3 modified files, whose modifications I wish to trash. In other words, I want to check out the latest versions of these ...
2
votes
1answer
112 views
Undo “Resolve” in Tortoise-Git
I have merged two branches in a local Git repository, with a bunch of conflicts. Thinking that "Resolve" in the Tortoise-Git context menu would take me to a conflict resoluiton GUI, I clicked it - ...
2
votes
2answers
185 views
Git: Changes keep getting lost due to seemingly random merges
I have a feeling this will be an obvious answer, but I can't seem to work it out.
What appears to happen is that I commit/push some changes to the server and everything appears fine on my copy.
...
2
votes
3answers
249 views
Why can't I install TortoiseGit 1.6.3.0 on Windows 7?
My laptop is running Windows 7 Home Basic.
Every time I try to install TortoiseGit 1.6.3.0, it quits about 3/4 of the way through with the message:
An error occurred during the installation of ...
2
votes
1answer
376 views
Auth fails on Windows XP with git and tortoisegit
My authentication keeps failing. I've created my SSH keys and the public key has been imported by the local git admin, but I still get prompted for a password:
git.exe clone --progress -v ...
2
votes
1answer
285 views
git cloning fails with libcurl was built with SSL disabled
git.exe clone -v "https://github.com/tdegrunt/mongodb-rest.git" "C:\mongodb-rest"
Initialized empty Git repository in C:/mongodb-rest/.git/
fatal: ...
2
votes
0answers
202 views
Setup git-dir and git-work-tree on TortoiseGIT
I am trying to understand if I can setup --git-dir and --git-work-tree params in TortoiseGIT. I have the working directory in a storage unit, and I can't keep .git directory there because its backup ...
2
votes
1answer
1k views
Switch branches with tortoisegit
I cloned a git respository on my hard disc. This git repository contains not only the master but also a branch called newBranch. How can I checkout the new branch with tortoisegit?
I tried it with ...
2
votes
2answers
491 views
TortoiseGit's equivalent to TortoiseSVN's global ignore patterns
Is there a TortoiseGit equivalent to TortoiseSVN's "global ignore patterns" setting?
2
votes
1answer
558 views
How to export all changed/added files from Git?
I am very new to Git and I have a slight problem.
In SVN [this feels like an Only Fools and Horses story by uncle Albert.."during the war..."] when I wanted to update a production site with my latest ...
2
votes
2answers
954 views
How do i create a local bare repository with tortoisegit?
Greg's comment help me understand http://stackoverflow.com/questions/1698552/tortoisegit-push-successfully-but-no-new-files/1698657#1698657
How do i create a local bare repository with tortoisegit?
...
2
votes
1answer
270 views
Cannot combine commits using TortoiseGit
I have two branches with several commits each. On one branch, I can go to the log, select two commits, and TortoiseGit shows "combine to one commit" in the context menu. On the other branch this ...
2
votes
4answers
696 views
Anyone use both Tortoise Git and Subversion on the same machine?
Anyone install both? Using each for separate projects obviously. Shouldn't be a problem, I'm guessing, but hoping to fish out any gotchas. Furthermore, anyone use Tortoise Git, Subversion and ...
2
votes
2answers
505 views
Git remote has master but no HEAD
I'm new to Git, so I suspect that I'm misunderstanding something here, but I'll ask anyway.
Via TortoiseGit I do the following:
Init a new Git repo locally
Add a readme file to it and commit
Add a ...
2
votes
1answer
973 views
Which is more user friendly: TortoiseGit or TortoiseHG?
I have been experimenting with using Mercurial and TortoiseHG to track my work when I am working remotely (with a slow VPN I don't want to commit to SVN unless I have something that works).
I have ...
2
votes
3answers
716 views
tortoisegit push successfully, but no new files?
I have setup a git repository in a linux server, and installed the latest MSysGit and TortoiseGit on my Windows 7 laptop.
I can pull from the remote repository by TortoiseGit, and I can commit & ...
2
votes
3answers
2k views
git push validation from windows sets author to unknown
I have recently setup a new gitosis in my private network on ubuntu server. All other clients in network are windows xp machine except one linux client
I have following setup in gitosis.conf:
[group ...
2
votes
1answer
195 views
TortioiseGit - Trouble creating a local repository
I'm trying to get a local git repository running on my machine using tortoisegit, but I've been unable to do so.
I've installed the latest version of msysgit (fullinstall 1.6.4), and the latest ...