yashinomi / sysdev2020_advanced

0 stars 0 forks source link

Class 5. (前半) Exercise 8. log #25

Closed yashinomi closed 3 years ago

yashinomi commented 3 years ago

PRを出して、レビューしてもらう

yashinomi commented 3 years ago

フォークしたレポジトリにて

> vim fuga.txt
> git add fuga.txt
> git commit
[main 982a53d] init fuga.txt.
 1 file changed, 3 insertions(+)
 create mode 100644 fuga.txt
> git push
Enumerating objects: 4, done.
Counting objects: 100% (4/4), done.
Delta compression using up to 8 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 347 bytes | 347.00 KiB/s, done.
Total 3 (delta 1), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (1/1), completed with 1 local object.
To yashi_hub:yashinomi/sysdev.myproj.git
   2036ccb..982a53d  main -> main
yashinomi commented 3 years ago

PRを出した。 レビューがきた。

yashinomi commented 3 years ago

対応した。

> vim fuga.txt
> git add fuga.txt
> git commit
[main d5b996d] fix h0ge to fuga.
 1 file changed, 1 insertion(+), 1 deletion(-)
> git push 
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 8 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 306 bytes | 306.00 KiB/s, done.
Total 3 (delta 1), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (1/1), completed with 1 local object.
To yashi_hub:yashinomi/sysdev.myproj.git
   982a53d..d5b996d  main -> main
yashinomi commented 3 years ago

PRをもらった。

yashinomi commented 3 years ago

レビューをした。

yashinomi commented 3 years ago

マージした。

yashinomi commented 3 years ago

もう一つPRをもらった。 レビューをした。

yashinomi commented 3 years ago

マージした。