-
コマンドラインを使って、リポジトリに現在設定されているGitリモートを削除してください。
# 既存のリモートの表示 $ git remote -v > origin git@git-server/octocat/hello-world.git (fetch) > origin git@git-server/octocat/hello-world.git (push) # 既存のリモートを削除 $ git remote remove origin
-
ツールバーのPublish repository(リポジトリの公開)ボタンをクリックしてください。
-
Type the desired name of the repository in the Name field or use the default current local repository name.
-
To publish a public repository, unselect Keep this code private.
-
Choose the organization in the Organization drop-down where you want to publish the repository, or select None to publish the repository to your personal account.
-
Click the Publish Repository button.
-
コマンドラインを使って、リポジトリに現在設定されているGitリモートを削除してください。
# 既存のリモートの表示 $ git remote -v > origin git@git-server/octocat/hello-world.git (fetch) > origin git@git-server/octocat/hello-world.git (push) # 既存のリモートを削除 $ git remote remove origin
-
ツールバーのPublish repository(リポジトリの公開)ボタンをクリックしてください。
-
Type the desired name of the repository in the Name field or use the default current local repository name.
-
To publish a public repository, unselect Keep this code private.
-
Choose the organization in the Organization drop-down where you want to publish the repository, or select None to publish the repository to your personal account.
-
Click the Publish repository button.