On 06/18/2010 01:56 AM, Paul W. Frields wrote: > On Thu, Jun 17, 2010 at 05:36:31AM +0000, Chris Curran wrote: > >> silly git merge.... >> >> en-US/Storage_Pools_Partitions.xml.orig | 360 ------------------------------- >> 1 files changed, 0 insertions(+), 360 deletions(-) >> > In case anyone's interested, you can add a .gitignore file in the root > of your module to block git from worrying about files like *.orig or > backup files that might be created by different editors. You can also > do this inside a subfolder to only ignore things in that part of a > tree. > > http://book.git-scm.com/4_ignoring_files.html > > You can also modify your last commit with git commit --amend [directory, files or -a for all]. Fetch and rebase is better than using pull. Pull was how I made the colossal mess in that commit :). Chris -- docs mailing list docs@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: https://admin.fedoraproject.org/mailman/listinfo/docs