combine refspecs into single git command for git-bug

main
jolheiser 2025-07-26 06:20:50 -05:00
parent a4f1a9b4f5
commit 26612ee1d2
No known key found for this signature in database
1 changed files with 2 additions and 4 deletions

View File

@ -9,13 +9,11 @@ export def "git bug init" [] {
}
export def "git bug pull" [] {
^git fetch origin refs/bugs/*:refs/bugs/*
^git fetch origin refs/identities/*:refs/identities/*
^git fetch origin refs/bugs/*:refs/bugs/* refs/identities/*:refs/identities/*
}
export def "git bug push" [] {
^git push origin refs/bugs/*:refs/bugs/*
^git push origin refs/identities/*:refs/identities/*
^git push origin refs/bugs/*:refs/bugs/* refs/identities/*:refs/identities/*
}
def "bug-id" [] {