I have nearly submitted test.txt to the git repository on my own service. I"m going to find the test.txt file on the server now. Where is it?
to build your own git is to refer to this https://blog.csdn.net/martinw.
I have nearly submitted test.txt to the git repository on my own service. I"m going to find the test.txt file on the server now. Where is it?
to build your own git is to refer to this https://blog.csdn.net/martinw.
you don't know where the test.txt
you submitted is in the code directory?
then execute git log-p | grep 'test.txt'
under the code root, and then you can see that
the original repository has no file form. Just save the metadata.
if you want to view the file, you need to clone your project
Previous: Is it necessary for Wechat's third-party platform business domain name to be set up by https?
as shown in the figure, there are many sub-projects under this project, so how to let jenkins manage only the small projects under this big project ...
the company has added a fortress machine to its online server, is there any way to automatically upload and deploy jenkins? ...
step 1: I installed the git server on the linux server. step 2: I used the git init home git item test.git command to create a git repository; step 3: I moved out code: git clone git@127.0.0.1: home git item test.git in another folder on the linux s...
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...