GitHub starter guide?
Andrew Kluthe
andrew at ctech.me
Sat May 2 11:04:25 EDT 2015
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 <lists at mangomultimedia.com>
wrote:
> On Saturday, May 2, 2015, Monte Goulding <monte at sweattechnologies.com>
> 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
More information about the use-livecode
mailing list