Getting started with the desktop guide
Gunnar Hjalmarsson
gunnarhj at ubuntu.com
Fri Apr 29 07:02:47 UTC 2022
On 2022-04-29 05:02, Jon Duncan wrote:
> Hello again!
>
> I have a draft of a new page that I would like to push to the master
> branch but I don't think I have authorization to do so.
Right, you have not edit access yet. You will get that later (via
membership in the LP team ~ubuntu-core-doc) when we have seen that you
'got it'. For now you will need to submit merge proposals.
First I'd suggest that you create or edit your ~/.config/git/config
file. Attached please find an idea what it may contain in your case.
With ~/.config/git/config in place you should be able to do:
git pull
git push lp:~nmath/ubuntu/+source/ubuntu-docs master
If successful, go to <https://code.launchpad.net/~nmath> and find a link
to the repo. Open it in a browser, proceed to "master", and click the
"Propose for merging" link.
You will probably need to correct the "Target Git branch" info into:
Repository: ~ubuntu-core-doc/ubuntu/+source/ubuntu-docs/+git/ubuntu-docs
Branch: master
Then click the "Propose Merge" button.
Let's see if the above steps work, or else let us know about any
problems you encountered.
--
Regards,
Gunnar Hjalmarsson
https://launchpad.net/~gunnarhj
-------------- next part --------------
[user]
name = Jon Duncan
email = nmath at herofinn.com
signingkey = 6682362BFE770D97
[core]
editor = nano
[url "git+ssh://nmath@git.launchpad.net/"]
insteadof = lp:
More information about the ubuntu-doc
mailing list