yashinomi / sysdev2020_advanced

0 stars 0 forks source link

Class 5. (前半) Exercise 5. log #22

Closed yashinomi closed 3 years ago

yashinomi commented 3 years ago

リポジトリ内プルリクエストを出そう

yashinomi commented 3 years ago

pull request ができる段階まで進める。

> git checkout -b br-dev
Switched to a new branch 'br-dev'
> echo "txt file made in dev branch" > dev.txt 
> git add dev.txt
> git commit
[br-dev 3db3b17] pull request practice
 1 file changed, 1 insertion(+)
 create mode 100644 dev.txt
> git push --set-upstream origin br-dev
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), 303 bytes | 303.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.
remote: 
remote: Create a pull request for 'br-dev' on GitHub by visiting:
remote:      https://github.com/yashinomi/git_practice/pull/new/br-dev
remote: 
To yashi_hub:yashinomi/git_practice.git
 * [new branch]      br-dev -> br-dev
Branch 'br-dev' set up to track remote branch 'br-dev' from 'origin'.
yashinomi commented 3 years ago

Pull Requestを作成

yashinomi commented 3 years ago

mergeした