Using Git or Mercurial, how would you know when you do a clone or a pull, no one is checking in file
Posted
by Jian Lin
on Stack Overflow
See other posts from Stack Overflow
or by Jian Lin
Published on 2010-06-05T13:26:11Z
Indexed on
2010/06/05
13:32 UTC
Read the original article
Hit count: 153
Using Git or Mercurial, how would you know when you do a clone or a pull, no one is checking in files (pushing it)? It can be important that:
1) You never know it is in an inconsistent state, so you try for 2 hours trying to debug the code for what's wrong.
2) With all the framework code -- potentially hundreds of files -- if some files are inconsistent with the other, can't the rake db:migrate
or script/generate controller
cause some damage or inconsistencies to the code base?
© Stack Overflow or respective owner