Skip to content

Conversation

LalitDeore
Copy link
Collaborator

No description provided.

// Initialize a new Git repository in memory
w := &git.Worktree{}
// For Azure DevOps, add additional auth configuration and capability handling
if isAzureDevOps {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this it? I'm so confused why so much code was changed D:

var location string
var isAzureDevOps bool

if strings.Contains(repoURL, "dev.azure.com") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And this I guess

Interesting how we gotta cleanup a lot 🤔

@frikky frikky merged commit 64162e9 into Shuffle:main Oct 14, 2025
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants