Is there a way to reduce/reset a repository(Azure DevOps) size and make it lightweight again?
We have a single repository where multiple developers contribute aggressively. This repository is also the source for multiple deployments to Salesforce.
Auto PR after build/pipeline completed [closed]
Closed 2 days ago.
Auto PR after build/pipeline completed [closed]
Closed 2 days ago.
Trigger on 4 distinct git repositories(Yocto and 3 repositories with dependencies) gives broken git configuration for main repo
I have a project where I build Yocto which includes software from 3 other repositories.
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?
Merge local version of code into develop branch without losing changes
Our company is working on a certain version of an application with two divisions. The main division that originally made the application uses Perforce as version control and we use Git.
Azure Pipeline triggered by the wrong branch
I have a repo on Azure DevOps with three branches, dev
and uat
and prod
. I also have a pipeline whose definition starts like below.
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.
Permission Denied on .git/objects/pack/tmp_pack issue with GIT Clone or Fetch from Azure DevOps
I’m not sure I can give a lot of information on how to reproduce this error. I’ve searched online and can’t see anything specific to this error.