Skip to content

第31回全国高等専門学校プログラミングコンテスト 狂技部門 Protocol between AI and interface. Developerd by 松江高専, Go Suzuki.

License

Notifications You must be signed in to change notification settings

mct-procon/procon2020-Protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

procon2019-Protocol

第31回全国高等専門学校プログラミングコンテスト 競技部門 Protocol between AI and interface. Developerd by 松江高専, Go Suzuki.

Requirements & Develop Environment

OS : Windows 10 2019 Update
CPU : Haswell or later Intel CPUs, Ryzen
Memory : more than 2GBytes

Softwares
VisualStudio 2019 or later
.Net Core 3.0 or later
C# 7.3 or later

How to use Git?

はじめ

これでリポジトリをクローン.

git branch ブランチの名前

これで,ローカルにブランチつくり,

git checkout ブランチの名前

ブランチ変更

git push origin ブランチの名前

リモートリポジトリにブランチ作成

アップロード

git add *

変更内容をまとめて

git commit -a -m "コメント"

変更内容をコミットし,

git push origin ブランチ名

リモートリポジトリに反映する.

基本的なコマンド

リポジトリをローカルにダウンロードする.

BRANCH

git branch ブランチの名前

ブランチを作成します.

git checkout ブランチの名前

ブランチを移動します.

git branch

ローカルのブランチの一覧を表示します.

git branch -d ブランチの名前

ブランチを削除します.

git branch -r

リモートのブランチの一覧を表示します.

COMMIT

git add *

編集・追加内容をステージングにあげます.

git commit -a -m "コメント"

コミットします.

git push (たいていはあとのように) origin ブランチ名

リモートリポジトリに変更内容(コミットたち)を送ります.

UPDATE

git pull

リモートリポジトリから変更内容(コミットたち)を受け取り,ローカルリポジトリに反映します.

About

第31回全国高等専門学校プログラミングコンテスト 狂技部門 Protocol between AI and interface. Developerd by 松江高専, Go Suzuki.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages