Git-Tfs is a Windows open sourced two-way bridge between TFS and git, similar to git-svn.

learn more… | top users | synonyms

1
vote
1answer
34 views

How do I get the TFS check-in ID in my git log?

Currently the only way to view the tfs checkin id is by using the git log command. As any other git users, I have my prettified git log, so I'd like to include the tfs checkin id flag into my git ...
1
vote
1answer
55 views

Hooking up a local VS2012.2 project back up to tfs-git

I'm having difficulty searching for the exact answer to my question. Apologies if its been asked many times. I've been developing on Visual Studio 2012 Update 2 for some time and having changes ...
0
votes
1answer
36 views

Possible solutions for synchronizing TFS version control with external consultants [closed]

My team uses one of our corporations TFS servers and we are going to have an external company program part of our project (UI mostly). We need a solid method of sharing code back and forth but we can ...
1
vote
1answer
71 views

Git-tfs fetch and diff

I've been using git-tfs and been doing git tfs pull all the time. Now I'm trying to find a way to see diff before merging after git tfs fetch and can't find a way. git remote doesn't show a tfs repo ...
2
votes
2answers
236 views

Using git-tfs fetch to get latest causes a merge conflict

I have an issue attempting to pull my latest changes from TFS and adding them to a BitBucket repo. I have successfully pushed my branches into BitBucket, but when I attempt to get any new checkins ...
1
vote
1answer
168 views

Git tfs without bare repository

I work in a lot of different projects and would like to use git-tfs from several computers without an extra bare repository. My idea is to store the git-tfs repository on a share and do all pushes ...
1
vote
1answer
54 views

How to add custom TFS CheckinNoteDefinitions?

Using TFS 2012 client C# API, I can add CheckinNotes to each commit; CheckinNotes need a suitable CheckinNoteFieldDefinition for each CheckinNoteFieldValue, or the checkin will be rejected and an ...
0
votes
0answers
124 views

Using Git-tf for iOS project

I want to use TFS as a version control for developing one of our iPad applications. I followed this article for configuring my Xcode project. After doing all the steps mentioned in the blog i am able ...
1
vote
1answer
204 views

git-tfs starting from git

I have an existing git repo that I am being forced to put in tfs. I would like to use the git-tfs tool, but can't figure out for the life of me how to do this. All of the examples I have seen start ...
1
vote
1answer
86 views

git-tfs: A shelved pending change on a file is required

I'm trying out git-tfs, and I'm trying to unshelve a shelveset by running the following: git tfs unshelve "Shelveset Name" shelf I'm getting the following error: A shelved pending change on a file ...
0
votes
1answer
140 views

git-tfs one checkin for multiple tfs projects

At my work, we have a number of separate TFS projects that are combined together to form our Visual Studio solutions. These separate TFS projects are maintained so that we can reuse code across ...
3
votes
1answer
54 views

Appending comments in checkintool

Recently, I've switched to using git-tfs so that TFS isn't a nightmare to work with. :) However, I've noticed an annoying detail that I can't seem to track down searching around in the docs and on the ...
0
votes
1answer
53 views

Git-Tfs - Any way to retrieve more changesets after an initial quick-clone?

I've cloned a TFS repository with the quick-clone command which gave me all the recent changesets. Is there a way to retrieve further, older changesets up to a certain revision in this existing ...
1
vote
1answer
111 views

How do I add TFS tracking to a GIT-TFS cloned repo?

I am currently working as follows : We have a TFS branch - let's call it TFS-Master. We have a git-tfs cloned repository of TFS-Master. I have pushed this repository to github. Up until now, ...
1
vote
1answer
70 views

Getting a buildable git-tfs

I am trying to modify git-tfs. However, I cannot seem to get it built. What I did: 1. Read the readme which states for building: 1a. Update submodules. git submodule update to get the ...
2
votes
1answer
102 views

Storing git commit metadata in TFS when using git-tfs

Context We're a team of developers collaborating using github. We need to mirror our release branch on TFS such that we have a tfs changeset for every git commit. It seems the best way to do this is ...
2
votes
2answers
313 views

One-to-one mapping of git commits to TFS changesets using git-tfs rcheckin

The Context We have a git repository with a release branch. We have a TFS repo (currently empty). My task is to mirror the release branch of the git repo into TFS so that every commit in git ...
2
votes
2answers
549 views

Associating git commits with Team Foundation work items

Context A GitHub Enterprise installation used for development. Every developer has his own public repo, and the organization has the authorative repo. Pull requests are used for code reviews, and we ...
0
votes
2answers
75 views

Git-Tfs stopped checking in, I can Pull, but Checkin and CheckinTool won't do anything

I've been using Git-Tfs (https://github.com/git-tfs/git-tfs) for a few months now and love the ability to escape TFS for my personal branches. Until today. I can pull all I want but when I try to ...
3
votes
2answers
289 views

Limitations to consider when using git with TFS via git-tf or git-tfs?

What will I actually miss if basing my source code handling on TFS (to get all the integration and reporting etc) but use git-tf or git-tfs locally? Will I then be able to use the complete git ...
0
votes
1answer
112 views

Using git-tfs for local branching

I've installed git-tfs, and done a git-tfs clone http://..... However, I'm wondering if there's a way to do local branching using git-tfs? For example, an equivalent of git checkout -b myBranch ...
0
votes
1answer
65 views

How to get git-tfs to only checkin a range of changes to TFS (ie, not squash all commits into one)

I've been using git-tfs for a couple weeks now and really enjoying it. I came across a problem earlier today though. I had two commits into git which weren't related(though for question's sake, lets ...
1
vote
1answer
162 views

Git-tfs trying to pull from old tfs server instead of our new one

My team transferred our tfs from an old server to a new one a little bit ago. We are using git tfs to manage our local changes and to push them into tfs. However I am running into an issue when I ...
0
votes
1answer
108 views

git tfs clone in Cygwin does nothing

I have installed GitTfs 0.15.0 and am trying to clone under Cygwin. I've done the following: Extracted into a directory, GitTfs-0.15.0 chmod +x for every file in GitTfs-0.15.0 Added GitTfs-0.15.0 ...
10
votes
2answers
2k views

What's the difference between git-tf and git-tfs?

I've recently been getting really fed up with TFS. I've heard that there is a light at the end of the tunnel though. Apparently I can use either git-tf or git-tfs and treat my code as if it was ...
0
votes
0answers
81 views

How to pull down a specific folder with Git-Tfs?

Possibly due to me doing a quick clone, one of the folders in my TFS source was not pulled down (a tools directory). How do I pull down that specific folder with Git-TFS? I'm thinking adding the ...
2
votes
1answer
125 views

Simple git-tfs unshelve kicking back “The system cannot find the file specified”

I have quite a bit of work in a TFS shelveset and wanted to switch to using git-tfs. Things started smoothly, but I'm stuck on the error below. Here was my sequence, working from an empty directory. ...
0
votes
1answer
118 views

Git-tfs - reset the remote to a specific sha

I am using git-tfs. How can I reset the remote to a specific sha? I essentially want to undo a change made to the remote.
1
vote
1answer
136 views

Git-tfs and spaces in Project name

What is the syntax to clone a TFS project in git-tfs when the project name has spaces? I have tried: git-tfs.exe clone http://tfsint:8080/tfsint01/ "$/NPP UBI Dev/DEV1" The system cannot find the ...
1
vote
1answer
151 views

Git-tfs reset to remote

I want to reset to the state of a remote. Using normal git I would do something like git reset --hard origin/HEAD. I am using git-tfs. Does anyone know how to do this with git-tfs?
2
votes
1answer
401 views

Git-Tfs: A TFS changeset per Git Commit?

At work we use TFS, and I'm trying to get the Git-TFS tool to work so that I have more flexibility when working with local commits before pushing them to our TFS repo. I have this working, but when I ...
3
votes
1answer
695 views

git-tfs clone fails with error code 128

I'm using git-tfs to clone a TFS repository, something I've been able to do successfully in the past. But with the current version when I run the command, like this... git tfs clone ...
4
votes
4answers
331 views

Installing Git-TFS without Git itself

Currently, the only way to install the Git-TFS bridge is through Chocolatey. When I tried it, however, it appears to install Git (for Windows) along with the actual Git-TFS package. I already have Git ...
3
votes
2answers
248 views

Reasons to use full-blown git rather than tfs via git-tfs

To me it seems completely obvious to use pure git, but I am in the position of having to articulate why using pure git is a superior solution to using TFS via git-tfs. The company I work for has a ...
5
votes
2answers
699 views

How do I remove a package installed via Chocolatey?

I installed gittfs using cinst gittfs How do I now remove the gittfs package?
3
votes
2answers
381 views

TFS source control case sensitivity

TFS has a funny habit of mixing up case in folders. For example, some developers might check in $/FooBar/readme.txt while others may check in $/Foobar/readme.txt. Is there anyway to force TFS to ...
0
votes
1answer
269 views

git-tfs: Preview changes

Can I preview the changes that will be checked-in to TFS without using git tfs checkintool? I'd prefer a better UI like GitGui and I'd prefer not to risk accidentally clicking Ok.
0
votes
1answer
287 views

git-tfs Access to path <sha> is denied

I am trying to clone a TFS project using git-tfs and I didn't get very far. See below $ git tfs quick-clone [my-server] $/path/to/my/branch Initialized empty Git repository in ...
2
votes
1answer
495 views

git-tfs: How do I clone a tfs project that contains spaces

I am trying to clone a TFS repository using git-tfs. It works great with TFS projects that don“t have a space in the name, such as: git tfs clone http://tfs:8080/ $/TeamProject/folder But I also ...
8
votes
1answer
854 views

Git to TFS 2008 one way migration (with history)

I'm a newbie to Git. I'm exploring one-way one-time migration of Git repository to TFS (with history). I'm looking into plugin git-tfs. I couldn't find any help/wiki/blog on this particular scenario. ...
3
votes
2answers
216 views

cloning a git-tfs central repo, and hiding TFS

I have a code repository in TFS (Microsoft Team Foundation Server). I can use git-tfs to convert this to a git repository. But what I want to do is set up one central git repo that pushes to TFS, and ...
7
votes
3answers
1k views

Merge two TFS branches with git tfs

I'm using git TFS, and I was wondering if it is possible to merge two TFS branches using git TFS. I have two branches $/MyCompany/Dev & $/MyCompany/Release-3.3. Release-3.3 originates from the Dev ...
3
votes
1answer
224 views

Git permanently ignore changeset

I've made a change in my git repository that I don't want to propagate back to anyone else ever. I do want to keep the changes in my local repository. That is, I want pulls to my repo to merge into ...
0
votes
1answer
247 views

Git-Tfs sending the wrong identity to tfs during shelve

When I try to shelve my changes from git-tfs using the command git tfs shelve MY_SHELVE_NAME, I get the following error: TF14045 The identity {my domain}\{my windows user display name} is not a ...
7
votes
3answers
1k views

How to use git tfs with a team

I recently started using git tfs as a bridge between working and committing locally with git and then comitting to tfs to go through our continuous integration system and share with team members. I ...
0
votes
1answer
595 views

git - setting path variable

When I run the following command to change my path variable in the git bash - it works. After I've run a few git-tfs commands it reverts back to the original setup. Is it possible to explain why? $ ...
0
votes
1answer
370 views

Git-TFS giving “not a recognized identity” trying to create shelveset

I'm using git-tfs, and much of its functionality works fine. I can pull, and I can use the checkintool. But I can't create shelvesets. When I try to git tfs shelve ShelveSetName, I get this error: ...
3
votes
1answer
308 views

How can I use git-tfs when the repository requires code analysis before checkin?

I'm using git-tfs, and trying to use git tfs checkintool to commit my Git changes to TFS. It brings up the TFS commit window, and I fill in my commit comment and associate my work items; but when I ...
5
votes
4answers
438 views

Is there a way to suppress VS trying to go online?

If there's configured binding of the solution with TFS, when you opening a solution VS asks you: --------------------------- Microsoft Visual Studio --------------------------- Go Online This ...
8
votes
3answers
1k views

Best practices and issues on using git-tfs bridge

Well, I started this topic mainly to share the experience I had with git-tfs recently with the community. If anybody has anything else to share - it will be helpful for me as well.

1 2