Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 

To migrate a repository from a git based version control (like github, Bitbucket , code.seas.harvard.edu , etc ) to Harvard Enterprise GitHub

...

Create new repository "aws_devops" in code.harvard.edu using the UI or API

   Using the website

...

Note

Note that token and API calls are useful if you want to automate things or move multiple repositories at once.

...

Note
  • The "–mirror" option is to map all the branches and tags.

  • You need to setup SSH keys to the push to a repository in code.harvard.edu

Remove your token

if you created a token above, then delete it

go to : https://code.harvard.edu/settings/tokens then delete it.

...