On 05/20/2014 01:08 PM, Tobias Hansen wrote: >> 3. git add * >> 4. git commit -m 'package draft for flint 2.4.3'
Oh, and that sounds like a bad idea. You should always be aware of which files you add and the write a meaningful commit message. I.e. don't do just one big commit like that and never do "git add *" unless you're absolutely sure that it doesn't lead to committing files you don't want. Make extensive use of "git status". If you just did one change, "git add -u" is often a good idea instead of "git add *". Best, Tobias -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

