Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   Git or SVN in WRWB (http://www.chiefdelphi.com/forums/showthread.php?t=99837)

shuhao 17-01-2012 23:47

How did you even checked in a 40 MB without noticing. There is at least 2 safe guards... (Git status and Git commit)

codes02 12-02-2012 22:20

Re: Git or SVN in WRWB
 
Git would allow you to roll that back even when pushed to a remote.
Mercurial would not, you would be left to the remote host providing some method of removing commits (which bitbucket does, but only via a webinterface).

DjScribbles 15-02-2012 15:14

Re: Git or SVN in WRWB
 
I've been using SmartGit for my windows machines, as I'm not a very experienced with Git or command line repository stuff in general (my workplace uses MKS, which is all GUI), it seems to work fairly well and is pretty intuitive UI (though, as I said, I'm a beginner with git and it may not provide more advanced functionality). It's also got github integration which is nice :)

rbmj 16-02-2012 09:34

Re: Git or SVN in WRWB
 
We use git + ucpp on linux. I'm working on getting a nicer makefile generator that handles dependencies better and a native (not through wine) compiler for next year. So far, git has worked extremely well. Github is also awesome - probably the biggest plus for git.

I haven't use hg though, so I can't comment on which is better.

Why would you be checking in a big movie? You have to git add it explicitly before it will be tracked, even if you always just git commit -a. Unless you're doing git add * - but in that case, maybe you deserve the extra work ;) At least do git add *.h *.cpp if you're lazy.

shuhao 16-02-2012 12:02

I love Git's commandline interface


All times are GMT -5. The time now is 04:55.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi