TortoiseGit is a Windows-based application that allows the Git distributed revision control system to be used directly from Windows Explorer.
2
votes
1answer
17 views
Where to store putty generated key file?
I am trying to get TortoiseGIT to stop nagging me to enter a password every time. I've generated a public key, I've added that key to GitHub and I've generated the keyfile.
Where do I store the key ...
0
votes
1answer
29 views
Can I use a tortoise SVN repository on Linux, which is synchronized/distributed using dropbox without dumping?
On Windows Vista I use Tortoise SVN, and the SVN repository is backed up using dropbox. I have another machine which is running Ubuntu, and has the recent version of the SVN repository.
I would like ...
1
vote
1answer
24 views
Difference between git bundle and .patch
I'm working on a project with a git repository, and I want to export the last changes I have done and send it by e-mail.
I need to know the difference between making a git bundle and making a .patch ...
0
votes
2answers
20 views
Sync local repository with remote repository
I'm new to Github, so far I already know how to clone, commit and make pull requests. However, I'm stuck on something:
I have forked a repository and committed to the local repository. In the mean ...
0
votes
1answer
32 views
Tortoisegit pull preserve timestamp
Is there a way to preserve the timestamp of a file when its pulled using tortoisegit? Bitbucket commit history says the files were modified 3 days or x days back. But when a pull is done with ...
1
vote
1answer
18 views
how to add the green folder as the pic in github
what i want to know it is that how to how to add the green folder as the pic in github?
and then if i use TortoiseGit ,how do this?
0
votes
0answers
40 views
How to avoid merge commits using tortoisegit
The problem is when I'm pull and push to the remote repository, it generates a extra commit under my name. The commit says
Merge branch 'master' of ssh://....
I found answers says I should use a ...
2
votes
1answer
27 views
Isolate specific folders from updating on git
I'm not that experienced with version control and it's my first time with Git. We're using BitBucket and TortoiseGit, set it up and working.
Now, I would like to be able to isolate a folder (let's ...
1
vote
1answer
37 views
Gitolite clone fails
Whenever i try to clone any repository on my laptop i get this message:
Unable to open connection:
Host does not existfatal: Could not read from remote repository.
Please make sure you have the ...
0
votes
0answers
14 views
Tortoise GIT checkout goes on for ever.. any turn around?
I am trying to do a pull , initally had problems where it would say "git did not abort cleanly " and pull half the files. After multiple reverts I thought I managed to get a pull working but now this ...
1
vote
1answer
40 views
TortoiseGit: how to change date format in “Git command progress” window?
I use Git+TortoiseGit on Windows. I want to hide date/time stamp in the "You performed push to repo, date NNNNNNNNNNNN" window (not exact caption).
How to hide this date/time stamp or make it ...
1
vote
1answer
27 views
Pulling git submodules with Tortoise
I'm using TortoiseGIT to maintain git repository. We have one repo with multiple submodules in each. Everything works fine but when I'm trying to pull main repo, submodules aren't updating. I must ...
0
votes
1answer
61 views
TortoiseGit: apply patch skips added files
I have 2 files (one modified and a new file) as modified for a commit. I want to create a patch for this.
I created a patch using TortoiseGit and I can see that patch contains changes for both the ...
0
votes
1answer
58 views
TortoiseGIT merge conflicts .edmx file error
I'm trying to merge .edmx file using TortoseGIT, but I am getting to conflicts where I do not know what the codes mean with connectorPoint differences?
See screenshot here:
Has anyone delt with ...
2
votes
1answer
17 views
How to copy TortoiseGit settings from one computer to the other?
I want to move my menu settings of TGit from one PC to other, but cant find them on HDD. Is it in registry somewhere? I'm on Windows 7 it that is important.
0
votes
1answer
150 views
Git on windows : “I don't handle protocol 'git clone http'”
I'm trying to install git and tortoisegit on a windows 7 machine (a VM inside windows 8's Hyper V).
I followed the instruction, but now when I try to clone something I get the error "I don't handle ...
0
votes
1answer
41 views
Why doesn't tortoisemerge work as my mergetool?
I have TortoiseGit installed, and in the past it's used tortoisemerge as my mergetool seamlessly. But since I upgraded TortoiseGit to 1.8.x, my mergetool is no longer working:
c:\Code\whatever> ...
0
votes
0answers
16 views
TortoiseGIT how to delete a file using repo-browser
Is it possible to delete files from assembla using repo-browser in TortoiseGIT? Do we need admin rights for this?
1
vote
3answers
62 views
Git messed up my files after push
I'm sure this is my fault but after a push, all of the files at my destination repositories contain two copies of themselves. It looks like:
<<<<<<< HEAD
code goes here
======
...
2
votes
1answer
36 views
tortoiseGIT how to clone a folder structure
I do not want to clone the whole repository. We have a repository that is 300 MB, and I just only want the folder called /sourcecode, instead of downloading the whole root folder.
Is there a way ...
0
votes
1answer
53 views
git on windows shows modified files all the time, even for newly cloned repo
I am having issues with my git on a windows machine. I always have some git files that are modified in every repo, the files that show as modified are same.
If I clone a new repo and use tortoisegit ...
2
votes
3answers
113 views
git client which can do a directory diff
I know that the latest git can use this command to directory diff two versions:
git difftool -d <sha1> <sha1>
But I can't find any git clients(GUI) which can do this job.
I've tried
...
0
votes
0answers
72 views
Tortoise Git cannot push to Github
I cannot upload to Github using Tortoise Git, I can using other software, Webstorm, for instance. I can commit changes and add files just fine but when it comes to push I get this message:
git.exe ...
0
votes
0answers
41 views
tortoisegit diff shows unmodified files
Tortoisegit diff shows unmodified files with 0 lines added with 'Modified' status.
Actually it shows all project files.
So how to diff only modified files?
0
votes
0answers
42 views
TortoiseGIT hungs with Bonobo.Git.Server
TortoiseGIT hungs when I try to clone repository from Bonobo Server after
git.exe clone --progress -v "http://localhost/Bonobo.Git.Server/Git.aspx/MyRepos1" "C:\MyRepos1"
Cloning into ...
0
votes
1answer
35 views
How to undo _changes_ to a specific file in an old commit in Git?
This might be a duplicate, I just didn't happen to find one.
Basically the scenario is: there were some minor changes to a file in some commit, and now the file has been modified even more (to add ...
2
votes
2answers
38 views
git.Run() had no output
I created git repository previously and then I started working on a project which was on the server. I did push and pull just fine. But later on due to some conflicts, I deleted my local repository.
...
0
votes
0answers
84 views
TortoiseGit suddenly can't use private key
I've been using TortoiseGit for a while. Recenlty I've set up Stash (similar to github/gitorious) server and checked clone via ssh and it worked like a charm.
I've created keys in puttygen added key ...
0
votes
1answer
32 views
Can no longer push my commits to GitHub
I'm using GitHub as my GIT repository. Recently I committed a huge folder of images, and now when I do a push, the process fails after about 10 minutes.
I have learned my lesson not to commit big ...
3
votes
1answer
86 views
Git local copy seems to have lost entire history
Apologies if my terminology is wrong, I am not that experienced with Git. I have a local repo from a github repo and after a power outage, it is now showing
HEAD as ...
0
votes
0answers
51 views
Git not applying diff containing binary changes
With a Git repository and working directory "A", make some changes (including changes to a binary file). Run git diff --binary > changes.diff and store that somewhere outside the ...
0
votes
1answer
124 views
Error: Cannot Spawn C:\Path To\TortoiseGit\Bin: No such file or directory
Trying to do a fetch from origin:
git remote update
Get the error
Error: Cannot Spawn C:\Path To\TortoiseGit\Bin: No such file or directory
fatal: unable to fork
Error: Could not fetch origin
...
0
votes
1answer
85 views
Porting from TFS to Git
I am popular with TFS for a long time but now I am required to port to Git.
After some days, I have some problems I need your helps:
TFS defines WorkItem and checkins will be put in this WorkItem. I ...
0
votes
1answer
305 views
tortoisegit working with branches and merging with origin
I would like to know what is the best way to merge 1 changed file in your branch back to the source origin branch, but do not want to push all the changed files, as I have many changed files not ready ...
1
vote
0answers
47 views
How to merge separate files using TortoiseGit or bash
For example I am in the "Show log" tab and see all changes between 2 branches and I need to merge only some of these changes. How to do it?
1
vote
2answers
2k views
TortoiseGit trouble: git did not exit cleanly (exit code 128)
Here is a little bit background:
I run Win7
I have private git repo and installed Github for Windows
I didn't like the Github for Windows client (lack capabilities). I installed TortoiseGit for ...
0
votes
1answer
117 views
Updating and commiting individual files with TortoiseGit like TortoiseSVN
A client of ours has several version-control projects set up on beanstalkapp.com .
Most of them with subversion. I installed and set up TortoiseSVN on Windows; this allowed me to have a copy of all ...
0
votes
0answers
23 views
Checking out branches with tortoisegit in dreamweaver
Is it possible to switch/checkout branches inside dreamweaver using tortoisegit? I haven't been able to find the option.
Thanks.
2
votes
1answer
141 views
TortoiseGit do I have to download MsysGit or Git first?
I'm finding the manual a bit confusing on this issue, and searching previous answers confused me more.
0
votes
1answer
232 views
Add command in TortoiseGit
I'm just beginning to use TortoiseGit for Windows (I'm new to git) and I don't see the Add command in the context menu when I right-click on a directory or file. As I understand it, I should run this ...
0
votes
1answer
39 views
How to find corresponding revision of an exported folder with Git
How can I find the corresponding revision of an exported source folder with Git?
7
votes
4answers
691 views
Tortoise git 1.8 doesn't ask for credentials
I just updated Tortoise Git to 1.8 and since then it's impossible to push or pull from the server. Before they asked to enter my password but they don't do it anymore. Instead they tell me :
...
0
votes
1answer
84 views
GIT diff temporary file naming conventions causing problems
I'm using Tortoise GIT on windows along with MATLAB on my current project. I tried to setup MATLAB 2012b as my diff tool for Simulink models (*.slx).
But when the visdiff tool in MATLAB attempts to ...
0
votes
2answers
235 views
Push bypasses Gerrit Code Review (TortoiseGit)
I need to be able to push to a repository but using the code-review feature. To push I am using tortoisegit for this, when pushing to master I get this error:
...
1
vote
1answer
234 views
Could not create directory '/c/\303\234/.ssh'
I have created an OpenShift application using rhc. The git repository has been cloned successfully on my Windows 7 PC. I want to push my code changes back to OpenShift. I am using TortoiseGit.
I have ...
0
votes
0answers
66 views
Change repo url in tortoisegit
We just updated our git repos to a new location and I'm using tortoisgit with some uncommited changes. Can I change the folder reference anywhere? I'm not seeing the option in the context menus. ...
0
votes
0answers
102 views
How to use TortoiseMerge to merge 2 files?
This may sound easy but it's not.
I have 2 source files named the same. I open them both with TortoiseMerge and i get the diff between the two and I can select how to merge each particular section ...
1
vote
1answer
103 views
How to update GitHub forked repository using TortoiseGIT?
I forked a repository, made some changes, submitted a pull request, and had my changes accepted. Now several months later my branch doesn't have any of the changes other contributors have made.
I've ...
0
votes
1answer
114 views
How to call TortoiseGit Sync Dialog from command line?
I'm trying to to create a batch file that will show TortoiseGit Sync Dialogue (the right click "Git sync..." shell option) for particular repository and I can't find how.
I know how to call ...
0
votes
1answer
39 views
Reverting changes by hand
I'm using TortoiseGit and/or Eclipse's EGit.
Suppose I modify a file. The icon overlay changes to modified. I then change my mind and edit the file back to it's previous state. The icon overlay stays ...
