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 <[email protected]> wrote: > On Saturday, May 2, 2015, Monte Goulding <[email protected]> > 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 > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
