diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-07 13:29:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-07 13:29:00 -0400 |
commit | 97ba3a118de0e37b3f7dac8fd299a727e6859319 (patch) | |
tree | 20373982f827774d7fe117e4f86acbdabae437d8 | |
parent | 95b9d726f87dee07c9eab4042e6d7caba612c765 (diff) |
update
-rw-r--r-- | doc/tips/centralized_git_repository_tutorial.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tips/centralized_git_repository_tutorial.mdwn b/doc/tips/centralized_git_repository_tutorial.mdwn index 03c4c9afd..977a583cc 100644 --- a/doc/tips/centralized_git_repository_tutorial.mdwn +++ b/doc/tips/centralized_git_repository_tutorial.mdwn @@ -47,6 +47,12 @@ This file is available directly from the web; so git-annex can download it: (Recording state in git...) # git commit -a -m 'added a screencast I made' +Feel free the rename the files, etc, using normal git commands: + + # git mv Haskell_Amuse_Bouche-b9FagOVqxmI.mp4 Haskell_Amuse_Bouche.mp4 + # git mv kitenet.net_~joey_screencasts_git-annex_coding_in_haskell.ogg git-annex_coding_in_haskell.ogg + # git commit -m 'better filenames' + Now push your changes back to the central repository. This first time, remember to push the git-annex branch, which is used to track the file contents. |