亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

I'm new to github and I have some questions. Please give me some advice.
淡淡煙草味
淡淡煙草味 2017-05-02 09:33:34
0
9
980

This is my first time using github. I followed Baidu’s instructions and finally uploaded the local file to github. I can preview the effect online. However, I soon discovered a problem. I modified the previously uploaded file locally. How to submit? After trying for a long time, I found that there are no changes on github

This is the local folder

Then I right-click GUI Here and this window pops up

I need to explain, I don’t know if it is because of the installation of svn, but only two git functional operations appear when I right-click the mouse, or if I only have these two

The problem now is that I modified the content in the local fdj file


There is no change in the online github refresh. How to synchronize the changes? Please give guidance from an expert

淡淡煙草味
淡淡煙草味

reply all(9)
曾經(jīng)蠟筆沒有小新

It is recommended to use TortoiseGit. Although I also have Git GUI/Bash installed, the former is more useful for novices.

曾經(jīng)蠟筆沒有小新

Use git, it’s simple and fast. Don’t blindly covet the GUI, you will get poisoned.

某草草

stage -> commit -> push
Are you sure you followed these three steps? You can see in the Git GUI that the files you modified are still in unstaged status

我想大聲告訴你

Have you done both commit and push?

Ty80

Git add
Git commit
Git push

曾經(jīng)蠟筆沒有小新

Did you write the push correctly?

淡淡煙草味

Right click->Git Bash Here, after the command window pops up, git status查看你當(dāng)前的分支狀態(tài),看到你修改的文件之后git add 你修改要上傳的文件,然后git commit -m '提交注釋',最后git push origin 你的分支
我操作的實(shí)例如下

你看我修改了master分支下的index.html后,分別執(zhí)行了git add index.html添加修改文件;git commit -m 'UPDATE PAGE'提交文件日志;git push origin master提交到遠(yuǎn)程masterbranch.

If you want to check what branch you are currently on, just execute itgit branch. Hope it helps you

某草草

The answers given by others may not be suitable for you. Please read the official documentation first:
git-scm

我想大聲告訴你

tortoisesvn is already installed, let’s install tortoisegit by the way, it’s simple and practical

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