Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 564 Bytes

linebot-hands-on

岐阜大学プログラミングサークル 新入生向け体験会

リポジトリ編集方法

$ git clone https://github.com/prog-g/lineBot-course.git
$ cd lineBot-course
$ git checkout -b ブランチ名

ファイルを変更したら以下のコマンドでプルリクエストを作成してください。

$ git add 変更したファイル名
$ git commit -m "変更内容"
$ git push origin ブランチ名

この後、GitHubにアクセスして、プルリクエストを作成してください。