Re: GitHub starter guide?

2015-05-02 Thread Andrew Kluthe
I like source tree but prefer SmartGitHG.

could always roll your own with livecode as well for an interesting hobby
project. Livecode's text parsing abilities could really shine here.

I do think its helpful to start trying to learn via the command line though
initially.

Heres a nice little interactive tutorial that walks you through the command
line basics.

https://try.github.io/levels/1/challenges/1

I also find the history and creation of git to be an interesting read for
people asking themselves "whats the big deal".

http://en.wikipedia.org/wiki/Git_%28software%29

I also love the whole deploy from repo stuff. This has made managing
production servers for web apps a dream. Commit a few changes, push to your
deployment repo and voila. Problem and need to roll back? Can roll back to
any previous state with a simple command on a terminal.




On Sat, May 2, 2015 at 8:02 AM Trevor DeVore 
wrote:

> On Saturday, May 2, 2015, Monte Goulding 
> wrote:
>
> > Not sure of anyone has mentioned sourcetree which is a very good gui from
> > atlassian which integrates with bitbucket and GitHub.
> >
>
> I like sourcetree as well. As a reminder I have an article that walks you
> through setting up sourcetree to watch the livecode repository as well as
> the repositories of the livecode engineers.
>
>
> http://www.bluemangolearning.com/livecode/2014/07/using-sourcetree-to-monitor-progress-on-livecode/
>
> --
> Trevor DeVore
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: GitHub starter guide?

2015-05-02 Thread Trevor DeVore
On Saturday, May 2, 2015, Monte Goulding 
wrote:

> Not sure of anyone has mentioned sourcetree which is a very good gui from
> atlassian which integrates with bitbucket and GitHub.
>

I like sourcetree as well. As a reminder I have an article that walks you
through setting up sourcetree to watch the livecode repository as well as
the repositories of the livecode engineers.

http://www.bluemangolearning.com/livecode/2014/07/using-sourcetree-to-monitor-progress-on-livecode/

-- 
Trevor DeVore
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: GitHub starter guide?

2015-05-02 Thread Thierry Douez
Bonjour Pierre,


> The french v2 of the book is a pleasant and very accessible read.

A real gift to read git in French :)



>  I just discovered that Git is a Linus Torwald’s creation ;D

small world...



Regards,

Thierry




Thierry Douez - http://sunny-tdz.com
Maker of sunnYperl - sunnYmidi - sunnYmage

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: GitHub starter guide?

2015-05-02 Thread Monte Goulding
Not sure of anyone has mentioned sourcetree which is a very good gui from 
atlassian which integrates with bitbucket and GitHub. Last time I checked the 
actual github app was a bit useless. Command line isn't that complicated though.

There's a good starter here:
https://www.atlassian.com/git/tutorials/

But the git pro book that others have linked to is definitely worth the read.

Cheers

Monte

--
M E R Goulding
Software development services

mergExt - There's an external for that!

> On 2 May 2015, at 10:30 am, Richard Gaskin  wrote:
> 
> So it seems one can't use the web site as a repository without first 
> installing a command line app.  I suppose that's a good filter to keep less 
> serious people from just using it as a file store. :)

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Fwd: GitHub starter guide?

2015-05-02 Thread Pierre Sahores
Thanks Thierry. Will report how it installed on my LAN’s OS X (file, print, 
dematerialized audio source, etc…) server as soon as done. The french v2 of the 
book is a pleasant and very accessible read. I just discovered that Git is a 
Linus Torwald’s creation ;D

> Début du message réexpédié :
> 
> De: Thierry Douez 
> Objet: Rép : GitHub starter guide?
> Date: 2 mai 2015 11:35:09 UTC+2
> À: How to use LiveCode 
> Répondre à: How to use LiveCode 
> 
> About git:
> 
> http://git-scm.com/about
> 
> 
> A git cheat sheet:
> 
> https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf
> 
> 
> Entire Pro Git book:
> 
> http://git-scm.com/book/en/v2
> 
> 
> Infos about this book:
> 
> Download this book in PDF, mobi, or ePub form for free.
> 
> This book is translated into Deutsch, 简体中文, 正體中文, Français, 日本語,
> Nederlands, Русский, 한국어, Português (Brasil) and Čeština.
> 
> Partial translations available in Arabic, Español, Indonesian,
> Italiano, Suomi, Македонски, Polski and Türkçe.
> 
> Translations started for Azərbaycan dili, Беларуская, Català,
> Esperanto, Español (Nicaragua), فارسی, हिन्दी, Magyar, Norwegian
> Bokmål, Română, Српски, ภาษาไทย, Tiếng Việt, Українська and Ўзбекча.
> 
> 
> 
> Regards,
> 
> Thierry
> 
> 
> 
> 
> Thierry Douez - http://sunny-tdz.com
> Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYrex
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

--
Pierre Sahores
mobile : 06 03 95 77 70
www.sahores-conseil.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: GitHub starter guide?

2015-05-02 Thread Thierry Douez
About git:

http://git-scm.com/about


A git cheat sheet:

https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf


Entire Pro Git book:

http://git-scm.com/book/en/v2


Infos about this book:

Download this book in PDF, mobi, or ePub form for free.

This book is translated into Deutsch, 简体中文, 正體中文, Français, 日本語,
Nederlands, Русский, 한국어, Português (Brasil) and Čeština.

Partial translations available in Arabic, Español, Indonesian,
Italiano, Suomi, Македонски, Polski and Türkçe.

Translations started for Azərbaycan dili, Беларуская, Català,
Esperanto, Español (Nicaragua), فارسی, हिन्दी, Magyar, Norwegian
Bokmål, Română, Српски, ภาษาไทย, Tiếng Việt, Українська and Ўзбекча.



Regards,

Thierry




Thierry Douez - http://sunny-tdz.com
Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYrex
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: GitHub starter guide?

2015-05-01 Thread Mark Wieder

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
 ahsoftw...@gmail.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: GitHub starter guide?

2015-05-01 Thread Scott Rossi
Knowing you want to do everything on Ubuntu, this may not be of interest
to you, but there's a Mac front end that makes things pretty easy.  I
haven't done a huge amount with it (I'm a complete novice), but was able
to configure everything and link to client repositories without reading
any docs.

https://mac.github.com/


Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 5/1/15, 5:30 PM, "Richard Gaskin"  wrote:

>Colin Holgate wrote:
>
> > For just going there and downloading source, I think it can be easy,
> > go to the URL, click the download zip button.
> >
> > For signing up, and getting the rights to submit things, it¹s harder.
> > This may be a good starting point:
> >
> > https://help.github.com/articles/set-up-git/
>
> >
> > It does involve command line things.
>
>Thanks.
>
>So it seems one can't use the web site as a repository without first
>installing a command line app.  I suppose that's a good filter to keep
>less serious people from just using it as a file store. :)
>
>I'll see if I can put on a few more IQ points and give it a try.
>
>-- 
>  Richard Gaskin
>  Fourth World Systems
>  Software Design and Development for the Desktop, Mobile, and the Web
>  
>  ambassa...@fourthworld.comhttp://www.FourthWorld.com
>
>___
>use-livecode mailing list
>use-livecode@lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your
>subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-livecode



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: GitHub starter guide?

2015-05-01 Thread shawnlc
I'm no git master by any stretch of the imagination.  I've used it for quite
awhile to find code though.  I just recently got into repositories and team
collaboration.  Remember, github isn't the only place to use git.  There's
places like BitBucket, and GitLab; the pricing structures are quite
different too.  You can use terminal for command, or you can use an IDE. 
I'd say most use the terminal.  The basics of git are quite simple and only
a few commands, it starts getting a little more complicated when you get
into different branches and merging branches.

YouTube is a good place to start, here's a few more:
https://confluence.atlassian.com/display/BITBUCKET/Bitbucket+Documentation+Home

http://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository

In a nutshell you create a directory, this is where your project lives, tell
git to monitor this directory with `git init`, using `git status` will give
you the status, `git add .` will add all changed files, then you have `git
push origin` to push to your repository, `git checkout`, etc.  

For more on git branching
http://nvie.com/posts/a-successful-git-branching-model/








--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/GitHub-starter-guide-tp4691748p4691758.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: GitHub starter guide?

2015-05-01 Thread Colin Holgate
I’ve used easy github UIs. It’s the signing up part that may involve command 
line.


> On May 1, 2015, at 8:40 PM, Peter Haworth  wrote:
> 
> I believe there are GUI tools available for github which might make things
> easier.  I found tese two with a quick Google search:
> https://mac.github.com/  and 
> https://windows.github.com/ 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: GitHub starter guide?

2015-05-01 Thread Peter Haworth
I believe there are GUI tools available for github which might make things
easier.  I found tese two with a quick Google search:
https://mac.github.com/ and https://windows.github.com/

Pete
lcSQL Software 
Home of lcStackBrowser  and
SQLiteAdmin 

On Fri, May 1, 2015 at 5:30 PM, Richard Gaskin 
wrote:

> Colin Holgate wrote:
>
> > For just going there and downloading source, I think it can be easy,
> > go to the URL, click the download zip button.
> >
> > For signing up, and getting the rights to submit things, it’s harder.
> > This may be a good starting point:
> >
> > https://help.github.com/articles/set-up-git/ <
> https://help.github.com/articles/set-up-git/>
> >
> > It does involve command line things.
>
> Thanks.
>
> So it seems one can't use the web site as a repository without first
> installing a command line app.  I suppose that's a good filter to keep less
> serious people from just using it as a file store. :)
>
> I'll see if I can put on a few more IQ points and give it a try.
>
>
> --
>  Richard Gaskin
>  Fourth World Systems
>  Software Design and Development for the Desktop, Mobile, and the Web
>  
>  ambassa...@fourthworld.comhttp://www.FourthWorld.com
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: GitHub starter guide?

2015-05-01 Thread Colin Holgate
Do you want to say what the app is?


> On May 1, 2015, at 8:39 PM, Bill Vlahos  wrote:
> 
> >There is a Mac app that makes it easy. Probably other platforms as well. 
> >What I don't see is comments and discussions. 

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: GitHub starter guide?

2015-05-01 Thread Bill Vlahos
There is a Mac app that makes it easy. Probably other platforms as well. What I 
don't see is comments and discussions. 

Bill Vlahos

Sent from my iPhone

> On May 1, 2015, at 5:30 PM, Richard Gaskin  wrote:
> 
> Colin Holgate wrote:
> 
> > For just going there and downloading source, I think it can be easy,
> > go to the URL, click the download zip button.
> >
> > For signing up, and getting the rights to submit things, it’s harder.
> > This may be a good starting point:
> >
> > https://help.github.com/articles/set-up-git/ 
> > 
> >
> > It does involve command line things.
> 
> Thanks.
> 
> So it seems one can't use the web site as a repository without first 
> installing a command line app.  I suppose that's a good filter to keep less 
> serious people from just using it as a file store. :)
> 
> I'll see if I can put on a few more IQ points and give it a try.
> 
> -- 
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for the Desktop, Mobile, and the Web
> 
> ambassa...@fourthworld.comhttp://www.FourthWorld.com
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: GitHub starter guide?

2015-05-01 Thread Richard Gaskin

Colin Holgate wrote:

> For just going there and downloading source, I think it can be easy,
> go to the URL, click the download zip button.
>
> For signing up, and getting the rights to submit things, it’s harder.
> This may be a good starting point:
>
> https://help.github.com/articles/set-up-git/ 


>
> It does involve command line things.

Thanks.

So it seems one can't use the web site as a repository without first 
installing a command line app.  I suppose that's a good filter to keep 
less serious people from just using it as a file store. :)


I'll see if I can put on a few more IQ points and give it a try.

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: GitHub starter guide?

2015-05-01 Thread Colin Holgate
Ha! Some of those things are easier than others.

For just going there and downloading source, I think it can be easy, go to the 
URL, click the download zip button.

For signing up, and getting the rights to submit things, it’s harder. This may 
be a good starting point:

https://help.github.com/articles/set-up-git/ 


It does involve command line things.




> On May 1, 2015, at 8:18 PM, Richard Gaskin  wrote:
> 
> Colin Holgate wrote:
> 
> >> On May 1, 2015, at 7:54 PM, Richard Gaskin wrote:
> >>
> >> >Anyone here know of a good guide to get started with it?
> >
> > Is your plan to post developments of your own, or just download other
> > people’s source? Do you want people to fork source, or just use it?
> 
> All of the above.
> 
> -- 
> Richard Gaskin
> Fourth World Systems
> Software Design and Development for the Desktop, Mobile, and the Web
> 
> ambassa...@fourthworld.comhttp://www.FourthWorld.com
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: GitHub starter guide?

2015-05-01 Thread Richard Gaskin

Colin Holgate wrote:

>> On May 1, 2015, at 7:54 PM, Richard Gaskin wrote:
>>
>> >Anyone here know of a good guide to get started with it?
>
> Is your plan to post developments of your own, or just download other
> people’s source? Do you want people to fork source, or just use it?

All of the above.

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: GitHub starter guide?

2015-05-01 Thread Colin Holgate
Is your plan to post developments of your own, or just download other people’s 
source? Do you want people to fork source, or just use it?


> On May 1, 2015, at 7:54 PM, Richard Gaskin  wrote:
> 
> >Anyone here know of a good guide to get started with it?

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

GitHub starter guide?

2015-05-01 Thread Richard Gaskin

GitHub seems very powerful, but it seems usability takes a back seat there.

I'd like to start using it and encourage others to as well, but at first 
glance it's dauntingly opaque to the point of off-putting.


Anyone here know of a good guide to get started with it?

TIA -

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode