Dear all, I have a question about how to use git with libmesh. I want to modify some libmesh files, so my method is: - open my own branch, - start making my changes, - compile until I get no errors.
If now I want to make a commit with my changes, there is a whole bunch of Makefile.in files (and also some other types of files) which I do not want to track at all in my commit. So I thought I would do ' git add ' explicitly only for each file I changed. Then my commit would be ' git commit -m "my message" '. I wish I could use ' git commit ' with ' -a ' but it seems to me I can't. Do you guys know of any solution to get rid of all those Makefile.in files without doing ' git add ' explicitly for each file? TIA, Giorgio -- Giorgio Bornia, Ph.D. Assistant Professor Texas Tech University Department of Mathematics and Statistics 79409-1042 Lubbock, TX phone: +1 806.834.8754 fax: +1 806.742.1112 website: http://www.math.ttu.edu/~gbornia ------------------------------------------------------------------------------ Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile push notifications. Take corrective actions from your mobile device. http://pubads.g.doubleclick.net/gampad/clk?id=154624111&iu=/4140/ostg.clktrk _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
