ubports / ubuntu-ui-toolkit

Moved to https://gitlab.com/ubports/core/lomiri-ui-toolkit
https://gitlab.com/ubports/core/lomiri-ui-toolkit
GNU Lesser General Public License v3.0
13 stars 21 forks source link

Docs fixes #56

Closed cibersheep closed 4 years ago

cibersheep commented 4 years ago

Should fix:

https://github.com/ubports/docs.ubports.com/issues/253

https://github.com/ubports/docs.ubports.com/issues/245

mardy commented 4 years ago

Looks good to me, thanks! Just please squash the commits into one :-)

cibersheep commented 4 years ago

Looks good to me, thanks! Just please squash the commits into one :-)

I may or may not know how to do that :)

Investigating...

cibersheep commented 4 years ago

Nope. I don't know how to do the squash. Could you give me a hand?

mardy commented 4 years ago

I think you did it, at least I can see only a single commit now. But just in case you still need it:

git rebase -i xenial

Then in the text editor window which opens, change the initial pick into f in all but the first commit.

cibersheep commented 4 years ago

Oh, thanks. When I can clean my tree I'll push the changes again (properly I hope) :D