[dmd-internals] [D-Programming-Language/dmd] dbd904: durn, forgot elfobj
Jonathan M Davis
jmdavisProg at gmx.com
Thu Jul 12 12:01:50 PDT 2012
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
More information about the dmd-internals
mailing list