Serving the Quantitative Finance Community

 
User avatar
Cuchulainn
Topic Author
Posts: 20253
Joined: July 16th, 2004, 7:38 am
Location: 20, 000

GitHub

February 6th, 2015, 12:10 pm

What's it like?
 
User avatar
Hansi
Posts: 41
Joined: January 25th, 2010, 11:47 am

GitHub

February 6th, 2015, 12:13 pm

Great.
 
User avatar
Cuchulainn
Topic Author
Posts: 20253
Joined: July 16th, 2004, 7:38 am
Location: 20, 000

GitHub

February 6th, 2015, 12:20 pm

QuoteOriginally posted by: HansiGreat.Thanks, Hansi!
Last edited by Cuchulainn on February 5th, 2015, 11:00 pm, edited 1 time in total.
 
User avatar
lballabio
Posts: 0
Joined: January 19th, 2004, 12:34 pm

GitHub

February 6th, 2015, 1:26 pm

Yep, great.
 
User avatar
Hansi
Posts: 41
Joined: January 25th, 2010, 11:47 am

GitHub

February 6th, 2015, 3:22 pm

https://bitbucket.org/ is a good alternative if you want free private repos. And https://about.gitlab.com/ is a good self-hosted alternative.
Last edited by Hansi on February 5th, 2015, 11:00 pm, edited 1 time in total.
 
User avatar
Hansi
Posts: 41
Joined: January 25th, 2010, 11:47 am

GitHub

February 6th, 2015, 6:52 pm

Gitlab used to use gitolite for setup but moved away from it last year if I recall correctly.
 
User avatar
dd3
Posts: 4
Joined: June 8th, 2010, 9:02 am

GitHub

February 9th, 2015, 3:51 pm

My workplace uses bitbucket. It's quite nice, sometimes it throws a wobbler if there are large diffs for a pull request.
 
User avatar
MikeJuniperhill
Posts: 4
Joined: February 7th, 2004, 11:57 am

GitHub

March 2nd, 2015, 2:01 pm

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
Last edited by MikeJuniperhill on March 1st, 2015, 11:00 pm, edited 1 time in total.
 
User avatar
Polter
Posts: 1
Joined: April 29th, 2008, 4:55 pm

GitHub

March 3rd, 2015, 3:42 pm

 
User avatar
Cuchulainn
Topic Author
Posts: 20253
Joined: July 16th, 2004, 7:38 am
Location: 20, 000

GitHub

April 12th, 2015, 4:51 pm

General question. Is this gitesque approach useful for online courses, code distributions, forums etc. instead of let's say a phpBB?