yashinomi / sysdev2020_advanced

0 stars 0 forks source link

Class 5. (前半) Exercise 6. log #23

Closed yashinomi closed 3 years ago

yashinomi commented 3 years ago

演習1のPRはマージしたから再度リクエストを出す。

br-devブランチにて

> echo "txt file made in dev branch" > dev2.txt
> git add dev2.txt
> git commit -m "practice pull request 2"
[br-dev e77943a] practice pull request 2
 1 file changed, 1 insertion(+)
 create mode 100644 dev2.txt
> git push
Enumerating objects: 3, done.
Counting objects: 100% (3/3), done.
Delta compression using up to 8 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2), 234 bytes | 234.00 KiB/s, done.
Total 2 (delta 1), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (1/1), completed with 1 local object.
To yashi_hub:yashinomi/git_practice.git
   3db3b17..e77943a  br-dev -> br-dev
yashinomi commented 3 years ago

pull requestを出した。

yashinomi commented 3 years ago

コメントを出した。

yashinomi commented 3 years ago

レビュー機能を試した。 https://github.com/yashinomi/git_practice/pull/2#discussion_r518538322