> ## Documentation Index
> Fetch the complete documentation index at: https://basecamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Push to Remote Repository

> 作成したフレームのソースコードをリモートリポジトリにプッシュしよう

<iframe className="w-full aspect-video" src="https://www.loom.com/embed/6a534a080d0d49efb20782b67d311e10?sid=c6d9a32e-56ec-4213-87e2-26c93999cfef&hide_share=true&hideEmbedTopBar=true&hide_title=true&hide_owner=true" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen />

## 1. リポジトリの作成

[Tutorials](/tutorials/setup/repository#1) の手順でまずはGitHubにリポジトリを作成しましょう

## 2. 作業内容のコミット

追加・変更したファイルをローカルリポジトリに登録するために、**Fork** を起動し追加・変更したファイルをステージのうえコミットメントメッセージを入力し、コミットしましょう。

## 3. リモートリポジトリへプッシュ

ローカルリポジトリでの変更履歴をリモートリポジトリへ反映させるため、コミットした内容をリモートリポジトリにプッシュしましょう。
