Skip to content

Commit

Permalink
Merge pull request #798 from railsgirls-jp/update-guide-github
Browse files Browse the repository at this point in the history
「GitHubに自分のアプリをPushする」に main ブランチの注意事項を追加する
  • Loading branch information
urimaro authored Mar 19, 2024
2 parents 6cd3f5a + cc075a2 commit 9d5ec36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _pages/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ git commit -m "Type your commit message here"
git push origin master
{% endhighlight %}

_アプリのブランチ名は `main` のように異なる場合があります。引数 "master" を `git branch` にリストされているブランチ名に変更します。 現在のブランチには、行の先頭に `*` 記号がつけられて表示されます。_

## 次に何をする?

### Gitについてもっと学ぶ
Expand Down

0 comments on commit 9d5ec36

Please sign in to comment.