I have a question regarding git-tfs integration and how it deals with labels.
While working with git-tfs, how do you deal with labels? Are they imported into git?
Are “tags” also “exported” when pushing changes back to tfs?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, changesets are not tagged or labelled when pushing changes back up to TFS.
When pulling from TFS, git-tfs tags commits with “tfs/default/Cnnnn” tags to make it easy to track the TFS changesets you have pulled, but no other labels from TFS are used.
If you need this I’d suggest you request it as a feature on the github project site.