现在,你已经学会了修改文件,然后把修改提交到Git版本库,现在,再练习一次,修改readme.txt文件如下: Git is a distributed version control system. Git is free software distributed under the GPL. 然 ...
分类:
其他好文 时间:
2021-04-05 12:32:31
阅读次数:
0
1、创建新的仓库 2、利用Gitbashhere打开本地GitHub并配置 注意:开发中(dev)和上线的分支需要区别开 git checkout -b 分支名 是创建分支并且切换到这个分支 ...
分类:
其他好文 时间:
2021-04-05 12:31:44
阅读次数:
0
如果我们往一个非空的目录下 clone git 项目,就会提示错误信息: fatal: destination path '.' already exists and is not an empty directory. 解决的办法是: 1. 进入非空目录,假设是 /workdir/proj1 2. ...
分类:
其他好文 时间:
2021-04-05 12:21:02
阅读次数:
0
什么是版本库呢?版本库又名仓库,英文名repository,你可以简单理解成一个目录,这个目录里面的所有文件都可以被Git管理起来,每个文件的修改、删除,Git都能跟踪,以便任何时刻都可以追踪历史,或者在将来某个时刻可以“还原”。 所以,创建一个版本库非常简单,首先,选择一个合适的地方,创建一个空目 ...
分类:
其他好文 时间:
2021-04-05 12:15:48
阅读次数:
0
PAT (Advanced Level) Practice 1027 Colors in Mars (20 分) 凌宸1642 题目描述: People in Mars represent the colors in their computers in a similar way as the E ...
分类:
其他好文 时间:
2021-04-05 12:15:31
阅读次数:
0
image host for https://epiapoq.github.io/2021/04/02/compim/ ...
分类:
其他好文 时间:
2021-04-05 12:11:11
阅读次数:
0
## 1. 下载node [node官网](https://nodejs.org/en/) ## 2. 安装镜像 npm install -g mirror-config-china ## 3. 下载项目git clone https://******.git ## 4. 安装项目依赖 npm i ...
分类:
Web程序 时间:
2021-04-05 12:02:01
阅读次数:
0
代码地址: https://gitee.com/Tom-shushu/Algorithm-and-Data-Structure.git 一、ArrayList自定义封装 package com.zhouhong; /** * @ClassName: array * @Description: 二次封 ...
分类:
编程语言 时间:
2021-04-05 11:49:32
阅读次数:
0
Git :fatal: refusing to merge unrelated histories解决今天本地创建了一个仓库(有README),把本地仓库和Github上关联以后,发现git pull,git feach提醒fatal: refusing to merge unrelated his ...
分类:
其他好文 时间:
2021-04-02 13:39:03
阅读次数:
0
Auto Rename Tag Bracket Pair Colorizer Chinese (Simplified) Language Pack for Visual Studio Code CSS Peek ESLint GitLens — Git supercharged Highlight ...
分类:
其他好文 时间:
2021-04-02 13:38:43
阅读次数:
0