Skip to content

fix: remove hardcoded branch names from push/pull operations#15

Merged
yarlson merged 1 commit into
mainfrom
fix/dynamic-branch-detection
Aug 1, 2025
Merged

fix: remove hardcoded branch names from push/pull operations#15
yarlson merged 1 commit into
mainfrom
fix/dynamic-branch-detection

Conversation

@yarlson

@yarlson yarlson commented Aug 1, 2025

Copy link
Copy Markdown
Owner
  • Remove hardcoded "main" branch from git push and pull commands
  • Let Git automatically detect and use current branch
  • Add comprehensive tests for different branch names (main, master, develop)
  • Fixes GitHub issue [bug]: lnk doesn't use the default branch name #14 where operations failed on repos using "master"

- Remove hardcoded "main" branch from git push and pull commands
- Let Git automatically detect and use current branch
- Add comprehensive tests for different branch names (main, master, develop)
- Fixes GitHub issue #14 where operations failed on repos using "master"
@yarlson yarlson force-pushed the fix/dynamic-branch-detection branch from 2687e2f to dc52460 Compare August 1, 2025 03:46
@yarlson yarlson merged commit 57839c7 into main Aug 1, 2025
8 checks passed
@yarlson yarlson deleted the fix/dynamic-branch-detection branch November 25, 2025 05:48
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.

1 participant