Skip to content

prog-g/webDesigner-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webDesigner-cource

プログラミングサークルの2021新歓で使うリポジトリです。テーマは「自己紹介ページを作ろう!」です。,

リポジトリ編集方法

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

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

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

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