![]() |
|
What vc system/host do you use? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: What vc system/host do you use? (/Thread-What-vc-system-host-do-you-use) |
What vc system/host do you use? - Inori - 12-20-2016 I've used GitHub for ages, BitBucket once or twice, and I'm really liking GitLab now that I'm using it. I've also heard some good things about svn, but I've never used it, and Mercurial is a total mystery to me. What are some perks of your host of choice? RE: What vc system/host do you use? - Hoss - 01-07-2017 I use Git with GitHub and a private server I host on Digital Ocean. I also have MEGA backing up my Programming directory on a constant basis. RE: What vc system/host do you use? - lux - 01-07-2017 GitHub. GitLab is providing good competition but meh. Gogs (https://gogs.io/) is really nice if you don't want to be a part of the botnet RE: What vc system/host do you use? - Pikami - 01-07-2017 I use Bitbucket because it's free. RE: What vc system/host do you use? - Blink - 01-14-2017 I've heard about SVN too, I'm still with GitHub. Spoiler: For now... RE: What vc system/host do you use? - Inori - 02-07-2017 (01-07-2017, 08:00 PM)lux Wrote: Gogs (https://gogs.io/) is really nice if you don't want to be a part of the botnet Older thread, but I can back gogs. Just installed it at work; super easy to set up and configure, and the interface is quite similar to GitHub so I'm not going through learning anything for the first time. |