Closed fboxwala closed 8 years ago
Git suggestion for doing something like this in the future: since it's basically the same file, you can maintain its history with git mv, e.g.
git mv
git mv content/W2016/W16-big-data-panel.md content/W2016/W16-coop-panel.md
and then make the changes in the new file.
Git suggestion for doing something like this in the future: since it's basically the same file, you can maintain its history with
git mv
, e.g.and then make the changes in the new file.