1. GitHub
- Posted by petelomax Apr 10, 2019
- 1953 views
Forked from Re: Help me wrap PahoMQTT
Agreed about GitHub. I just wish GitHub was easier to use and more versatile.
I went there this morning and set up a EuGTK page: https://github.com/irvm/EuGTK
Took quite a while to figure out the arcane markup tricks, and when done, it looks rather plain.
So, it seems my bitbucket repository is kaput (I cannot push to it).
Two years ago, I set up https://github.com/petelomax/phix
Question: how best to get my stuff into that and switch to that as the new master? (from windows 10, given bitbucket is now dead to me, rtfm links acceptable)
One thing I would dearly miss is sourcetree's gui with a nice list/diff of files, though maybe I could live with a cmd-line "git alldiffs > diffs.txt" or similar before each commit.
2. Re: GitHub
- Posted by ghaberek (admin) Apr 10, 2019
- 1913 views
Agreed about GitHub. I just wish GitHub was easier to use and more versatile.
I'll admin, there's a bit of a learning curve, but it's certainly quite versatile!
You can use GitHub for all of these things:
- code repository
- issue tracking
- provide release packages
- continuous integration
- testing pull requests
- assign developers to teams
- manage and track project tasks
- static project websites
- wiki for documentation
Took quite a while to figure out the arcane markup tricks, and when done, it looks rather plain.
You may want to look into GitHub Pages then. You should be able to use that to host the same static site you've had, but at https://eugtk.github.io/ instead.
GitHub is just a code repo. It's not meant to be fancy.
Absolutely not true! Git isn't meant to be fancy. GitHub is a social platform for all aspects of development. See my comment above.
You can always link back to the EuGTK home page from there to show off your HTML skillz.
This is precisely what GitHub Pages is for.
Question: how best to get my stuff into that and switch to that as the new master? (from windows 10, given bitbucket is now dead to me, rtfm links acceptable)
You basically just clone the repo with Git, change the upstream, and then push it back:
https://medium.com/@RobertKhou/how-to-migrate-from-bitbucket-to-github-75c87a892767
One thing I would dearly miss is sourcetree's gui with a nice list/diff of files, though maybe I could live with a cmd-line "git alldiffs > diffs.txt" or similar before each commit.
You can still use Sourcetree! Who said you can't use Sourcetree? It's just a Git client.
https://git-scm.com/download/gui/windows
-Greg
3. Re: GitHub
- Posted by xfox26 Apr 10, 2019
- 1874 views
Would be nice to have somewhere a extensive list with links to libraries, apps, tool for EU much like the old RapidEuphoria Archives, but not only a place to upload zips. We could make wiki entries, or even better make a new tab on OpenEuphoria site.
Today we have EU resources scattered on RapidEuphoria site, GitHub, bitbucket, usingeuphoria.com, etc.
A centralized place to post/search/discover new resources, like the old days of Archives, but with support to modern source distribution.
4. Re: GitHub
- Posted by ghaberek (admin) Apr 10, 2019
- 1863 views
A centralized place to post/search/discover new resources, like the old days of Archives, but with support to modern source distribution.
I know. I inherited the openeuphoria.org domain from Rob Craig last year, and I'm working on a new site. That's why I've been writing Euphoria MVC. I'm almost done with that to a point where it'll be usable for the whole site.
-Greg
5. Re: GitHub
- Posted by petelomax Apr 14, 2019
- 1708 views
I solved my bitbucket problem: I (re-)installed the latest version of tortoisehg and ran tortoisehg workbench.
The last six or so pushes were shown with "phase" as "draft", so I changed each to "public" and pushed from there.
There was no indication in sourcetree of anything being draft, I think I might stop using sourcetree and switch to workbench from now on.
6. Re: GitHub
- Posted by begin Apr 14, 2019
- 1682 views
hi pete,
wow - this is great. when do you think that there will be a new version to download? this is like christmas, can't wait.
richard