Page 1 of 2

GitHub

Posted: February 6th, 2015, 12:10 pm
by Cuchulainn
What's it like?

GitHub

Posted: February 6th, 2015, 12:13 pm
by Hansi
Great.

GitHub

Posted: February 6th, 2015, 12:20 pm
by Cuchulainn
QuoteOriginally posted by: HansiGreat.Thanks, Hansi!

GitHub

Posted: February 6th, 2015, 1:26 pm
by lballabio
Yep, great.

GitHub

Posted: February 6th, 2015, 3:22 pm
by Hansi
https://bitbucket.org/ is a good alternative if you want free private repos. And https://about.gitlab.com/ is a good self-hosted alternative.

GitHub

Posted: February 6th, 2015, 6:52 pm
by Hansi
Gitlab used to use gitolite for setup but moved away from it last year if I recall correctly.

GitHub

Posted: February 9th, 2015, 3:51 pm
by dd3
My workplace uses bitbucket. It's quite nice, sometimes it throws a wobbler if there are large diffs for a pull request.

GitHub

Posted: March 2nd, 2015, 2:01 pm
by MikeJuniperhill
git-scm.com-> DownloadsVersion control tool is just great. Assume you want to track changes you have made for any of the source files, or have completely screwed up everything and just want to get back to the point you were two months ago. GIT book is also freely downloadable there.-Mike Juniperhill

GitHub

Posted: March 3rd, 2015, 3:42 pm
by Polter

GitHub

Posted: April 12th, 2015, 4:51 pm
by Cuchulainn
General question. Is this gitesque approach useful for online courses, code distributions, forums etc. instead of let's say a phpBB?