码迷,mamicode.com
首页 >  
搜索关键字:git revert    ( 32643个结果
关注Brython 项目,在浏览器中运行python,部分替代javascript
项目地址: github.com/brython-dev/brython 当前版本 3.9.1 ,支持cpython3.9.0 cdn加速: https://www.bootcdn.cn/brython/ django中使用cpython : django-brython 最新版本发布于2020年1 ...
分类:编程语言   时间:2021-04-06 14:04:12    阅读次数:0
git历史回退
现在,你已经学会了修改文件,然后把修改提交到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
如何在项目开发中使用github
1、创建新的仓库 2、利用Gitbashhere打开本地GitHub并配置 注意:开发中(dev)和上线的分支需要区别开 git checkout -b 分支名 是创建分支并且切换到这个分支 ...
分类:其他好文   时间:2021-04-05 12:31:44    阅读次数:0
如何 clone git 项目到一个非空目录
如果我们往一个非空的目录下 clone git 项目,就会提示错误信息: fatal: destination path '.' already exists and is not an empty directory. 解决的办法是: 1. 进入非空目录,假设是 /workdir/proj1 2. ...
分类:其他好文   时间:2021-04-05 12:21:02    阅读次数:0
git创建仓库
什么是版本库呢?版本库又名仓库,英文名repository,你可以简单理解成一个目录,这个目录里面的所有文件都可以被Git管理起来,每个文件的修改、删除,Git都能跟踪,以便任何时刻都可以追踪历史,或者在将来某个时刻可以“还原”。 所以,创建一个版本库非常简单,首先,选择一个合适的地方,创建一个空目 ...
分类:其他好文   时间:2021-04-05 12:15:48    阅读次数:0
PAT (Advanced Level) Practice 1027 Colors in Mars (20 分) 凌宸1642
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
How to connect COMPIM (Proteus) with Serial Monitor (Arduino IDE)
image host for https://epiapoq.github.io/2021/04/02/compim/ ...
分类:其他好文   时间:2021-04-05 12:11:11    阅读次数:0
nodejs
## 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
用基础Array数组实现动态数组、链表、栈和队列
代码地址: 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解决
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
32643条   上一页 1 ... 29 30 31 32 33 ... 3265 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!