質問編集履歴

4

タイトル修正

2018/11/13 05:31

投稿

neemo
neemo

スコア12

test CHANGED
@@ -1 +1 @@
1
- READMEの変更が出来ずにUntracked filesとknown_hostsのエラーが出ます【Railsチュートリアル】
1
+ git statusでUntracked filesとknown_hostsのエラーが出ます【Railsチュートリアル】
test CHANGED
File without changes

3

コード修正

2018/11/13 05:31

投稿

neemo
neemo

スコア12

test CHANGED
File without changes
test CHANGED
@@ -12,15 +12,7 @@
12
12
 
13
13
  ```ここに言語を入力
14
14
 
15
- ec2-user:~/.ssh (master) $ git checkout -b modify-README
16
15
 
17
- Switched to a new branch 'modify-README'
18
-
19
- ec2-user:~/.ssh (modify-README) $ git branch
20
-
21
- master
22
-
23
- * modify-README
24
16
 
25
17
  ec2-user:~/.ssh (modify-README) $ git status
26
18
 

2

お手本追加

2018/11/13 05:30

投稿

neemo
neemo

スコア12

test CHANGED
File without changes
test CHANGED
@@ -39,3 +39,29 @@
39
39
  nothing added to commit but untracked files present (use "git add" to track)
40
40
 
41
41
  ```
42
+
43
+ なお、お手本の教材に出ているコードは下記の通りです。
44
+
45
+ ```ここに言語を入力
46
+
47
+ $ git status
48
+
49
+ On branch modify-README
50
+
51
+ Changes not staged for commit:
52
+
53
+ (use "git add <file>..." to update what will be committed)
54
+
55
+ (use "git checkout -- <file>..." to discard changes in working directory)
56
+
57
+
58
+
59
+ modified: README.md
60
+
61
+
62
+
63
+ no changes added to commit (use "git add" and/or "git commit -a")
64
+
65
+
66
+
67
+ ```

1

誤字修正

2018/11/13 05:28

投稿

neemo
neemo

スコア12

test CHANGED
@@ -1 +1 @@
1
- READMEの変更が出来ずにUnteacked filesとknown_hostsのエラーが出ます【Railsチュートリアル】
1
+ READMEの変更が出来ずにUntracked filesとknown_hostsのエラーが出ます【Railsチュートリアル】
test CHANGED
File without changes