mirror of https://git.jolheiser.com/dotnix.git
combine refspecs into single git command for git-bug
parent
a4f1a9b4f5
commit
26612ee1d2
|
@ -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" [] {
|
||||
|
|
Loading…
Reference in New Issue