<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 18 June 2015 at 09:44, Mark Voorhies <span dir="ltr"><<a href="mailto:mark.voorhies@ucsf.edu" target="_blank">mark.voorhies@ucsf.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div id=":44f" class="" style="overflow:hidden">are there any pros/cons<br>
(with respect to git and/or IPython) to solving this problem by either symlinking or hard linking<br>
such notebooks to additional subdirectories?</div></blockquote></div><br></div><div class="gmail_extra">git knows about symlinks and should be able to recreate them, but if you want anyone to be able to clone your repository on Windows, it's best to steer clear.<br><br><a href="http://stackoverflow.com/questions/5917249/git-symlinks-in-windows">http://stackoverflow.com/questions/5917249/git-symlinks-in-windows</a><br><br></div><div class="gmail_extra">git does not know about hard links, so it will probably break them at some point.<br><br><a href="http://stackoverflow.com/questions/3729278/git-and-hard-links">http://stackoverflow.com/questions/3729278/git-and-hard-links</a><br><br></div><div class="gmail_extra">Thomas<br></div></div>