Card Games in Perl
I've moved this project to GitLab.com, due to GitHub's SJW speech policing. Migration is very easy:
-
Create an account at GitLab.com.
-
Create a new repository there.
-
It will ask if you want to import the project from GitHub (or a few other places).
-
Select GitHub.
-
It will offer to import all your other projects as well.
-
Say Yes.
-
On your local system:
-
cd into project directory
-
git remote -v
to see current git URL -
git remote set-url origin NEWURL
where NEWURL is the GitLab URL (probably the same as before s/github/gitlab/) -
git push
will say everything is up-to-date or error if there are differences