我检查了一个现有的分支,课程,并开始更改一些文件,并删除了一个。
在执行git add .
and之后git commit
,提交了一些更改,但其他更改在注释文本的末尾分开。据我了解,我必须手动进行一些操作。
所以,对于我删除的文件git rm file.name
。我得到了这个部分。
我应该如何处理第 14-17 行?
所有这些文件都是更早创建的,没有新的。
非常感谢!
1
2 # Please enter the commit message for your changes. Lines starting
3 # with '#' will be ignored, and an empty message aborts the commit.
4 # On branch lessons
5 # Changes to be committed:
6 # (use "git reset HEAD <file>..." to unstage)
7 #
8 deleted: ../layouts/]
9 #
10 # Changes not staged for commit:
11 # (use "git add <file>..." to update what will be committed)
12 # (use "git checkout -- <file>..." to discard changes in working directory)
13 #
14 # modified: ../courses/show.html.slim
15 # modified: ../layouts/_header.html.slim
16 # modified: ../student_levels/_student_level.html.slim
17 # modified: ../subjects/_subject.html.slim
18 #