On Mon, Mar 31, 2008 at 11:05 AM, Pádraig Brady <[EMAIL PROTECTED]> wrote:
> Jim Meyering wrote:
>  >
>  > One more suggestion ;-)
>  >
>  >     Add tests
>
>  you beat me to it :)
>
>  Also I would mention that to ammend a patch do:
>
>   edit your files
>   git commit --amend -e -a
>   git format-patch --stdout --signoff HEAD~1 > your-branch.diff
>
>  Also you might add the following to useful git commands?
>   git branch -D your-branch #nuke a branch
>
>  Pádraig.
>

Wow, thanks for all the information guys!  I'll get right to work on
tests and documentation.

Bo


_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to