SIGN IN SIGN UP
TrinityCore / TrinityCore UNCLAIMED

TrinityCore Open Source MMO Framework (master = 12.0.1.66709, 3.3.5 = 3.3.5a.12340, cata classic = 4.4.2.60895)

Import incomplete

This repository was imported from GitHub but the migration didn't fully complete. You can retry the import to fix it.

Quick setup

Get started by creating a new file or uploading an existing file. We recommend every repository include a README, LICENSE, and .gitignore.

https://gitmorph.com/TrinityCore/TrinityCore.git

CREATE A NEW REPOSITORY ON THE COMMAND LINE

touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://gitmorph.com/TrinityCore/TrinityCore.git
git push -u origin main

PUSH AN EXISTING REPOSITORY

git remote add origin https://gitmorph.com/TrinityCore/TrinityCore.git
git push -u origin main