Skip to content

Instantly share code, notes, and snippets.

@Podshot
Last active November 24, 2019 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Podshot/533c0c1f67ba40556929b071f79c807e to your computer and use it in GitHub Desktop.
Save Podshot/533c0c1f67ba40556929b071f79c807e to your computer and use it in GitHub Desktop.

Due to the changes in our repository names, if you've downloaded our source code through Git you will have to update your corresponding local repositories to relfect these changes.

  1. Navigate to the directory where the Amulet source code it (usually named Amulet-Map-Editor)
  2. Run the following command in a terminal/command shell: git remotes -v 1. If the output URLs start with https:// then run this command: git remote set-url origin https://github.com/Amulet-Team/Amulet-Core.git 2. If the output Urls start with git@ then run this command: git remote set-url origin git@github.com:Amulet-Team/Amulet-Core.git
  3. Verify that the commands completed successfully by running git remotes -v again and checking that the new URLs have replaced the old ones
  4. Rename the parent directory (Amulet-Map-Editor) to Amulet-Core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment