zl程序教程

您现在的位置是:首页 >  其他

当前栏目

[AWS] Move Code from git to CodeCommit

AWScodeGit to from move
2023-09-14 09:00:46 时间

1. Download the git repo into local.

2. Copy the SSH / HTTPS URL from CodeCommit Repo

Then run:

git remote set-url origin ssh://code-commit.address.xxxx

3. Push the code

 

Now the code will be uploaded to CodeCommit