[translations] how to remove a file |
[ Thread Index |
Date Index
| More lilynet.net/translations Archives
]
- To: LilyPond Translation <translations@xxxxxxxxxxx>
- Subject: [translations] how to remove a file
- From: Federico Bruni <fedelogy@xxxxxxxxx>
- Date: Sun, 06 May 2012 15:53:17 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=n5gJKjpHQ4E/Ie3Z96fu4UEVS4RXIF3B2RHWphFYNKw=; b=FEuTVIddJIN0EwtQRpxpQDOfIU4FtbBUZJ3XEMc96zIa+ucrHz3g1QfgXWlc1EtVme tSBjXD0ctndVlT3ZWzrL/TMT+W8yw68kRX8XTRaVtSZvPgQ4WJBgBifWi/7bkKDPfWm+ 8mmawLss/5DmGaLONwv2qitJtChH7ZnHkx6k4TyVj/w6q45dpzVAoUIfmwwfG0mDL1MN NAUT1hItTc0jp1IRkK0hLE0X6HGOkhimv3BxkaIj3PN90wGzkk5mBCGX1WASLwlFhWFa +OxbRF5l9cvEAqjd3hyZilVBsh3O3GnSQjl6G4fQR5lEeOghePBSqCvPbBOEqZUN7X4i xGgA==
Hi,
I have to remove the .texidoc file of a snippet which has been removed:
diff --git
a/Documentation/snippets/piano-template-with-centered-dynamics.ly
b/Documentation/snippets/piano-template-with-centered-dynamics.ly
deleted file mode 100644
index f56fc58..0000000
--- a/Documentation/snippets/piano-template-with-centered-dynamics.ly
+++ /dev/null
I wonder if I should use 'rm' or 'git rm'.
I know that the difference is that rm keeps the file in the git index,
while git rm removes it both from index and working copy.
I think that I should use git rm, but I prefer asking as I have a poor
understanding of git.
Thanks,
Federico