diff options
author | dusty@dba9614abc02e013134f95c2c59181a6c12a8468 <dusty@web> | 2016-08-23 21:48:59 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-08-23 21:48:59 +0000 |
commit | e3d10e2e886b05e7716af0a685d410a7ffc84f17 (patch) | |
tree | 01f07fa2f52373739fe4c5850f72443d4965bbed /doc/walkthrough | |
parent | 4d1bb0beb8c7ce7ff307e204d8bbabbac9f06fd7 (diff) |
Added a comment: moving files with git mv can yield broken symlink
Diffstat (limited to 'doc/walkthrough')
-rw-r--r-- | doc/walkthrough/renaming_files/comment_4_1cf4cb6be73223755cb611ec097d1498._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/walkthrough/renaming_files/comment_4_1cf4cb6be73223755cb611ec097d1498._comment b/doc/walkthrough/renaming_files/comment_4_1cf4cb6be73223755cb611ec097d1498._comment new file mode 100644 index 000000000..beeccc6ac --- /dev/null +++ b/doc/walkthrough/renaming_files/comment_4_1cf4cb6be73223755cb611ec097d1498._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="dusty@dba9614abc02e013134f95c2c59181a6c12a8468" + nickname="dusty" + subject="moving files with git mv can yield broken symlink" + date="2016-08-23T21:48:59Z" + content=""" +Hey Joey, + +Just wondering how we rename/move files around into different directories within a repository without breaking the symbolic links. If we move to a different directory and the depth is different than where the files were originally in the repo then the symbolic link is broken. + +Thanks +"""]] |