【发布时间】:2017-02-09 11:21:33
【问题描述】:
我输入 'git -commit' 并在我的终端上得到以下内容
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch master
#
# Initial commit
#
# Changes to be committed:
# new file: index.html
# new file: index3.html
#
# Changes not staged for commit:
# modified: index.html
#
# Untracked files:
# index2.html
#
现在我卡在这个屏幕上,我不知道该怎么做才能完成提交并返回到终端的目录区域以继续执行 cmd 中的其他任务。救命!
【问题讨论】:
-
离开那个屏幕
Esc然后:q:wq或:x,然后return。