Relative Content

Tag Archive for gitazure-devops

git describe and git log ignoring tag filters

I am trying to make a script which reads all commits since the last release tag in my repository. For reference, I am locked into using git version 2.46.0 because this is on an azure devops host.

How can we clone specific folders in a repo using Azure DevOps

we are fairly new to Azure DevOps. we are wondering what our best options for our scenario would be,
we want to make project of all of our SQL Reporting services reports that are created. many ppl manage and create reports specific to certain areas. we want to manage these in the repos via different folders etc.
how is it possible to clone specific folders only and not the entire repo?

How do I repair a corrupt packed object error during a clean GIT pull

I have a Git repo on Azure DevOps that is nothing but third party code. Header files and binaries. But twice today I have tried a clean pull from Azure using Tortoise Git. But when the pull finishes, I get an error that says one of the packed files in the repo is corrupt. Yet even after following the suggestions I am stuck and I do not know how to proceed.