Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update for Wiki #1838

Open
csylvain opened this issue Mar 3, 2020 · 7 comments
Open

update for Wiki #1838

csylvain opened this issue Mar 3, 2020 · 7 comments

Comments

@csylvain
Copy link
Contributor

csylvain commented Mar 3, 2020

i have made the UHSDR wiki use visual media stored within it's own repo (for maintainability) and have incorporated material from EA3HZZ which provides connector pinout information in the new "mcHF Connections" page.

i would have submitted this update as a pull request, except github does not offer than for a wiki subordinate to a code repo.

to update the df8oe/UHSDR.wiki it will be necessary to clone https://github.com/csylvain/UHSDR.wiki.git locally, then push to df8oe/UHSDR.wiki

@df8oe
Copy link
Owner

df8oe commented Mar 3, 2020

The idea to put WIKI images in repo is a nice one. Before cloning the WIKI and pushing it I must investigate how to see the changes - I never have done such a work on WIKI ;)

@csylvain
Copy link
Contributor Author

csylvain commented Mar 3, 2020 via email

@csylvain
Copy link
Contributor Author

csylvain commented Mar 3, 2020 via email

@df8oe
Copy link
Owner

df8oe commented Mar 4, 2020

I am nearly sure there is a simple way to see the diffs like in "normal git". But this week I am very busy and so I will start this at the weekend. And of course I will publish my "way".

@csylvain
Copy link
Contributor Author

csylvain commented Mar 4, 2020 via email

@df8oe
Copy link
Owner

df8oe commented Mar 6, 2020

Hi,
I have got it work but I am not sure everything is "as expected"... Firstly I have got information that wiki can be handled same as code area. So I added an upstream:
git remote add upstream https://github.com/csylvain/UHSDR.wiki.git
Next I fetched the contents:
git fetch upstream
and merged it into my local copy:
git merge upstream/master
No errors popped up - and there was a new folder created in wiki: images... Now I tested locally if everything works and it did. So I pushed it with:
git push
Only thing where I am not clear: The folder containing the images now is located within wiki area. I do not think taht is soooo bad: it IS wiki contents, and if it can be handled with standard git commands: why not? You can maintain it easily via git...

@csylvain
Copy link
Contributor Author

csylvain commented Mar 6, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants