git - ubuntu terminal problem. Please look at the picture to solve the problem (I don't know how to ask this question)
大家讲道理
大家讲道理 2017-05-02 09:45:19
0
2
629

The bottom of the picture says something about asking for help. Leave the search. What combination is used to create it

By the way, this interface appears because I used the git command git commit

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(2)
漂亮男人

It’s you again...you have to believe that Google is a good partner, helper, and confidant in your studies!

–––

This is nano editor, how to save files in Google nano editor. I'm used to vim, but this product is really hard to use!
And the git commit information command should be——

git commit -m "要提交的信息"
某草草

The reason why this interface exists is because if you just enter git commit without entering git commit -m "commit description text", the editor will be called to edit the submission description text. Your system calls nano by default. After editing, you can press ctrl + o and press Enter to save, and then ctrl + x to exit. After exiting, the git commit will be completed and then proceed. Of course, git commit -m "commit description text" is generally recommended.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template