diff --git a/README.md b/README.md index f460c6e..2a11d60 100644 --- a/README.md +++ b/README.md @@ -78,17 +78,17 @@ $ ssh ubuntu@docker_ip -p 2222 ``` -###Manegement +# Manegement 本レポジトリでは、GitHub flowに従います。何だそれ?って方は、上記のリンクをご覧ください。 clone, push, pull, mergeの流れを説明しておきます。 -Clone +## Clone 本レポジトリは、/home/kbknにcloneしてください。 -HTTP ```bash -git clone https://github.com/Nishida-Lab/TC2015.git +cd /home/kbkn +git clone https://www.ikko-lab.k.hosei.ac.jp/gitbucket/git/ikko/pepper.git ``` ## Branchを作成 @@ -98,7 +98,11 @@ ```bash git checkout maser git checkout -b -Cording +``` +## Cording +```bash +git add . +git commit -m "fix bug" ``` 開発してください。 @@ -110,8 +114,11 @@ git push origin ``` ## Pull Request -Github上で、Pull Requestを作成してください。 -Pull Requestってなんぞ?っていう方は、こちらの記事が参考になると思います。 + +https://www.ikko-lab.k.hosei.ac.jp/gitbucket/ + +Gitbucket上で、Pull Requestを作成してください。 + Pull Requestの結果、 許可されたら(リーダが、masterブランチへmergeします。)