国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

How to submit git always has problems
淡淡煙草味
淡淡煙草味 2017-05-02 09:40:55
0
6
717

It is said that it has been updated, but why does the file test.txt still not appear on github?

淡淡煙草味
淡淡煙草味

reply all(6)
Peter_Zhu

The command submitted to the local area is written incorrectly

It should be like this

git commit -m "這次的提交說明"
習(xí)慣沉默

git add 只是把代碼添加到暫存區(qū),git commit 才是把代碼提交到版本庫(kù),你使用 git commit 的方法錯(cuò)了,并沒有把你的代碼提交到版本庫(kù),你只需要按照 @東方星痕 和 @xiaocui 的方法 commit 到版本庫(kù)后再 git push That’s it.

伊謝爾倫

How to upload code to github. You can refer to this article on how to use Git to upload project code to github

阿神

Commit usage:
git commit -m 'Commit information'

洪濤

@東星狠 and @xiaocui should be right. I would also like to add that before submitting, you can

git status

Check the status. If no file is listed, it means it has been submitted.

迷茫

When you git commit, git calls the nano editor for you to edit the commit message. But you haven't finished editing, so git commit is waiting for you.

In the nano editor, when the editing is completed, please save and exit (press Ctrl-X according to the prompts and then select save as prompted). You press Ctrl-Z, which means "suspend" nano - that is, tell it that you have something to do now and don't want to deal with it for the time being. Use the fg command to go back and continue the operation.

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