質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -31,19 +31,6 @@
|
|
31
31
|
1 file changed, 1 insertion(+)
|
32
32
|
create mode 100644 sample.txt
|
33
33
|
$ git push origin sample
|
34
|
-
Enumerating objects: 4, done.
|
35
|
-
Counting objects: 100% (4/4), done.
|
36
|
-
Delta compression using up to 12 threads
|
37
|
-
Compressing objects: 100% (2/2), done.
|
38
|
-
Writing objects: 100% (3/3), 284 bytes | 284.00 KiB/s, done.
|
39
|
-
Total 3 (delta 1), reused 0 (delta 0)
|
40
|
-
remote: Resolving deltas: 100% (1/1), completed with 1 local object.
|
41
|
-
remote:
|
42
|
-
remote: Create a pull request for 'sample' on GitHub by visiting:
|
43
|
-
remote: https://github.com/yoshidakai1998/git-space/pull/new/sample
|
44
|
-
remote:
|
45
|
-
To https://github.com/yoshidakai1998/git-space.git
|
46
|
-
* [new branch] sample -> sample
|
47
34
|
$ git switch master
|
48
35
|
Switched to branch 'master'
|
49
36
|
$ git merge sample
|
@@ -54,7 +41,6 @@
|
|
54
41
|
create mode 100644 sample.txt
|
55
42
|
$ git log
|
56
43
|
commit 76883f716a3ff205d7a4775fb14770a30a781768 (HEAD -> master, origin/sample, sample)
|
57
|
-
Author: Kai Yoshida <bkbkai130@gmail.com>
|
58
44
|
Date: Fri Nov 29 00:32:19 2019 +0900
|
59
45
|
|
60
46
|
sample.txt
|