Hello Manas :) On Mon, 16 Jul 2018 at 06:03, Manas Kashyap <[email protected]> wrote:
> Can i know how to do it ? means i have master , pristine tar and upstream > branch but just by renaming debian/master branch will it work ? > There are two things you need to do: 1) push pristine-tar, upstream and tags: git push --all && git push --tags 2) rename the master branch to debian/master: git branch -m master debian/master git push origin :master git push --set-upstream origin debian/master The most important is #1, after that i can review your package, if you find problems with #2, you can leave that for later. -- Samuel Henrique <samueloph>
