<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Fri, Jun 15, 2018 at 11:57 AM Anthony Fok wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Regardless of your choice of either "master" or "debian/sid", my<br>
recommendation is to run the following commands:<br>
<br>
    git push -u --all<br>
    gbp push<br>
<br>
And all your branches ("master" or "debian/sid","upstream",<br>
"pristine-tar") will be pushed properly.  No need to push the branches<br>
one-by-one.<br>
<br>
"git push -u --all" needs to be run that one time only.  In the<br>
future, just "gbp push" is sufficient.<br>
</blockquote><div><br></div><div>Unfortunately, that's not the case for me. </div><div><br></div><div>I've done `git push -u --all` once, but when I'm doing `gbp push` a second time, this is what I get:</div><div><br></div><div><div>$ git commit -m '- [!] Make packaging ready'</div><div>[debian/sid 9d087a8] - [!] Make packaging ready</div><div> 4 files changed, 74 insertions(+), 86 deletions(-)</div><div> rewrite debian/control (68%)</div><div> create mode 120000 debian/docs</div></div><div><br></div><div>I.e., the debian/sid branch is still not being pushed, despite that I've amend the gbp.conf setting as per your recommendation. </div><div><br></div><div>I have to do `git push -u --all` again, and I think I always need to do it from now on. <br></div><div><br></div><div><div>$ git push -u --all -v</div><div>Pushing to git@salsa.debian.org:go-team/packages/golang-github-danverbraganza-varcaser.git</div><div>Counting objects: 7, done.</div><div>Delta compression using up to 2 threads.</div><div>Compressing objects: 100% (6/6), done.</div><div>Writing objects: 100% (7/7), 1.73 KiB | 1.73 MiB/s, done.</div><div>Total 7 (delta 2), reused 0 (delta 0)</div><div>remote: </div><div>remote: To create a merge request for debian/sid, visit:</div><div>remote:   <a href="https://salsa.debian.org/go-team/packages/golang-github-danverbraganza-varcaser/merge_requests/new?merge_request%5Bsource_branch%5D=debian%2Fsid">https://salsa.debian.org/go-team/packages/golang-github-danverbraganza-varcaser/merge_requests/new?merge_request%5Bsource_branch%5D=debian%2Fsid</a></div><div>remote: </div><div>To salsa.debian.org:go-team/packages/golang-github-danverbraganza-varcaser.git</div><div> = [up to date]      upstream -> upstream</div><div>   fedb6ea..280990b  debian/sid -> debian/sid</div><div>Branch 'debian/sid' set up to track remote branch 'debian/sid' from 'origin' by rebasing.</div><div>Branch 'upstream' set up to track remote branch 'upstream' from 'origin' by rebasing.</div></div><div><br></div><div><br></div></div></div>