On Thursday, July 12, 2012 11:51:44 GitHub wrote:
> durn, forgot elfobj

I don't know exactly what your process is in terms of how you manage adding 
files and how you use git and whatnot, but if you run

git status

it will tell you which files have been changed and which have not been added. 
So, unless you routinely have files sitting in your local repository which 
aren't supposed to be added (and which don't make sense to put in .gitignore 
for whatever reason), you can use git status to easily check for files that 
haven't been added or committed and make sure that you don't miss any files 
whenever you commit. Then it will be much harder to push anything to github 
which won't build properly due to missing files or missing updates.

- Jonathan M Davis
_______________________________________________
dmd-internals mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-internals

Reply via email to