Last year I wrote a university project on Python 2.7, in the year since then I've learned Java and I wish to rewrite this project in Java.
I have a GitHub repo for the Python version, and wish to have one for the Java version.
Is the standard procedure to create a whole new repo called something like "NAME-Java
", to fork the original Python one, or to branch it? I have no intention of ever merging these in the future.
I had a search, but couldn't find search terms that led me to a useful source.