tea pulls create: detect head branch repo owner #193
Merged
6543
merged 5 commits from noerw/tea:issue-169
into master
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'noerw/tea:issue-169'
Deleting a branch is permanent. It CANNOT be undone. Continue?
fixes #169 (only the
--remote
/-R
flag bug. however the remaining bugs there are tracked in other issues, so it can be closed once this is merged)this PR finally was created with
tea pulls create
?add more logic - hope this will solve lot of edge cases
log.Println("git push")
err = localRepo.Push(&git.PushOptions{})
if err == git.NoErrAlreadyUpToDate {
log.Println(err.Error())
Why not ignore the error?
because it is not an error, just information that nothing new was pushed.
@noerw why not ignore this "error" at all (print nothing)
@lunny this one is ready now
@noerw pleace update :)
159bf03d49
into master 2 years ago159bf03d49
.