diff options
-rw-r--r-- | using-git.texinfo | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 024160b..403ce74 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1307,6 +1307,7 @@ is annoying. * Git and custom merge tools:: * Git and shared build caches:: * Git and keyword expansion:: +* Git and links:: @end menu @@ -1416,6 +1417,7 @@ be handled with tools made specifically for just that. + @node Git and keyword expansion @section Git and keyword expansion @@ -1430,6 +1432,21 @@ it belongs. +@node Git and links +@section Git and links + +A Git repository will not grow larger if +you hard link a huge file over and over +again, not that you would ever want to… + +Git supports symbolic links, and stores +the exact reference stored in the symlink, +it is not resolved or otherwise rewritten, +so make short you use relative references +in your symlinks. + + + @node Beyond Git @chapter Beyond Git |