tortoisegit

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 TortoiseSVN any good? Until recently, the knock against them has been that they are slow and buggy, but it seems like there's a new push to g...

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 authentication system). I can successfully log into my server's git repository from a browser. I have created a local repository on my PC and ...

git: hide/remove files never to be versioned

I'm trying to get started using git and tortoise-git. Is there a way to hide files that should never be tracked completely? Currently, all temporary build files are in the same "Not Versioned" list as new files when I commit a change. ...

TortioiseGit - Trouble creating a local repository

Hey guys, 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 version of tortoisegit 0.9.1.0-32bit. I also running a relatively fresh install of winXp, so I doubt it's some sort of conflict. I...

TortoiseGit - Revert?!?

Hello! I am using TortoiseGit. I want to revert back to a point earlier before i had deleted a few images. How do i do this, the methods of reverting that i have seen are incorrect.... ...

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 once and then stopped. Now I have uninstalled and reinstalled both programs multiple times and I can not get it to work again. If this...

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 the operations seems to complete ok on the Settings window, General tab, MSysGit section, the version is blank even with the correct path set...

git push validation from windows sets author to unknown

Hello, 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 MyProjectTeam] writable = MyProjectRepo members = user1 user2 user3 I have also placed user1.pub, user2.pub and user3.pub key fi...

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 a little intimidating. I've followed the TortoiseGit project for a little while, and it looks like they are past 1.0. Is there anyone usin...

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 could just take a folder you wanted to checkout, but it seems git only got a .git file in the root folder so im not sure what to do. ...

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 trouble? Will menus be duplicated? Will stuff be weird? Any experiences with this? I'm running Windows 7 64-bit, if that makes any diffe...

Git (TortoiseGit) - How to change the HEAD to a previous revision

Hi, 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 multiple files. One file exists in three revisions (1 ; 2 ; 3). Now i want to change from revision 3 back to 2. TortoiseGit offers a "Reve...

How to push with TortoiseGit

In push following errors occured git.exe push "origin" master:master To prevent you from losing history, non-fast-forward updates were rejected Merge the remote changes before pushing again. See the 'non-fast forward' section of 'git push --help' for details. To //oht-fsv1/Source/Git/Test ! [rejected] master -> master (non-f...

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 already have putty. once installed i created a folder on desktop, right clicked, then clicked on Git Clone..., put the remote server's user...

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 & push to remote repository too. If I run "git log" in the remote server, it can show the latest comments correctly. But the new files are missing...

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. 1. msysgit is installed and successfully configured in TortoiseGit, if it's relevant. 2. uac is not turned off. Thanks ...

how to use tortoise git without a server (local single user)

hi guys! 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 to do it so any help is greatly appreciated! kind regards, reinhard ...

Hiding Resharper files with TortoiseGit

What is TortoiseGit's equivalent to TortoiseSVN's "ignore patterns" ? Or otherwise, how do I make it ignore Resharper? ...

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,000 revs) and contains lots of branches and tags (old as well as new). It's a near standard layout, with a config containing fetch, branche...

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 the repository to my own website. I've read a lot of "git beats SVN!" posts over the last couple years, and figured I ought to at least s...