I don t know what parameters are set by git. If you execute git diff , you will delete all the files taken by others and add them again. What is the reason? by the way, can I reset the global settings for git? The configuration remains after re...
1. If I pull the code remotely now, there are two branches, master and a, and I git checkout-b on the master branch to build a new b branch, which is different from switching to the a branch and then git checkout-b? 2. Now the code on the b branch has ...
The requirement is like this. I want to deploy the blog to xxx.github.io, but this github only supports placing static pages in master, so I wonder if I can generate static pages in a folder in the src branch and push this folder to master, but git does...
my understanding is to add a folder tmp and then git rm-- cached tmp-r will no longer track this folder but. My gitkraken will still show the changes to this folder (there are several new files in stage status, but after execution, the new files becom...
question 1: what is the difference between the file in box 1 and the file in box 2? question 2: how should I write commands if I just want to push the files in box 1 to the remote repository? ...
early EOF the remote end hung up unexpectedly index-pack failed RPC failed; curl 56 OpenSSL SSL_read: error:1408F119:SSL routines:ssl3_get_record:decryption failed or bad record mac, errno 0 this mistake has been bothering me, asking the great god to ...
E325: ATTENTION Found a swap file by the name "E: myProject Cloudpathology .git .COMMIT_EDITMSG.swp" owned by: guanx dated: Tue Feb 19 16:36:09 2019 file name: e myProject Cloudpathology .git COMMIT_EDITMSG modif...
build a git warehouse on the server, and then git clone in any directory after all the operations are completed, and then touch a file. After git add and git commit, the output git log; shows that the submission was successful, with the corresponding sub...
when the git team collaborates on development, how do you give up one of your submissions and save them locally? Project is a multi-person development project, one of its own history is not needed in the current version, but the next version, how to d...
after hexo builds blog updates, git d-g shows nothing to commit, working tree clean, and then cannot be updated. I have made changes in the file and am ready to submit the update, but what is displayed is nothing to commit, working tree clean, and then ...
as mentioned above, add the source code of the blog built by hexo to the remote library of github to make a backup, but after push is finished, it becomes the foreground html mode, and I don t know what s going on. ...
I returned empty when I was in git branch-r. In other words, the system prompts me that I don t have any branches remotely. but I have two branches on github. then I can t delete my remote branch. what s going on? How to solve the problem? ...
I don t know how to push or something, but it has been updated on github and localhost:4000, but there is no update in the blog. in fact, the workstation I was using was moved here, and then a new branch of hexo was created in github s library, and t...
then I want to know how to associate a folder with a library? means that when you git push in a folder, you can upload it directly to this library? ...
I returned empty when I was in git branch-r. In other words, the system prompts me that I don t have any branches remotely. but I have two branches on github. then I can t delete my remote branch. what s going on? How to solve the problem? ...
execute cnpm install locally after downloading the project. The git clone error folder already exists and is not empty when installing Lodash [125 128] Installing lodash.restparam@^3.0.0fatal: destination path D: Documents-and-setings Administrator...
problem description After git checks out a tag, how do you often see the corresponding name of the tag, that is, tag_name? (there is no answer on the Internet, the bosses can understand what I am asking, right? ...
merge the code of another branch on the main branch. The code of one class in the main branch is more than that in the other branch, but there is no hint in merge. After merge, it is found that there is no more code in the class of the main branch. I don...
such as the title, report to dirty worktree, but how do you think there is a conflict? ...
problem description I am trying to use nginx with hexo to build blog, and then complete the basic configuration. I hope to be able to write it locally and then push it to the git repository on vps. reference tutorial: https: www.jianshu.com p b92.....