Closed wipfli closed 3 years ago
Seems to work. What I did was:
git remote add cm git@github.com:carmelom/awesome-iontraps.git
git fetch --all
git checkout -b cm-feature-autotoc cm/feature/autotoc
git push --set-upstream origin cm-feature-autotoc
I.e. this is a copy of @carmelom branch.
Closes #11.
Continuation of #11.