GitHub starter guide?

Mark Wieder mwieder at ahsoftware.net
Sat May 2 01:00:29 EDT 2015


On 05/01/2015 05:30 PM, Richard Gaskin wrote:

> So it seems one can't use the web site as a repository without first
> installing a command line app.

Dunno. I really only use git from the commandline.
There's git integration built into RubyMine, but I don't trust it enough 
to use it. I just drop out to a terminal prompt and issue git commands 
there.

I know github has some gui apps, but I don't know anything about them.
The important part, after you sign up for a github account, is to fork 
the runrev livecode repository. Then you clone a local version of that 
on your local machine. It's a one-time thing, and it's pretty easy to do.

Getting further along:
When you've made local changes that you want to contribute, you push 
them back to your forked repository on github, and then issue a pull 
request so that someone from runrev can look it over and pull it into 
their main repository.

There are also some notes at
http://forums.livecode.com/viewtopic.php?f=66&t=19526
They're mostly about git itself, but there's some github stuff as well.

...and you really want gitk or tig or something similar.

-- 
  Mark Wieder
  ahsoftware at gmail.com




More information about the use-livecode mailing list