
git
文章平均质量分 53
艳艳儿
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[git] mac系统下git提交出错
问题描述 mac系统 利用git时候 commit步出 Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly: git config --global user.name "Your N原创 2022-05-09 10:06:12 · 2174 阅读 · 0 评论 -
Git使用教程
一Git是什么 二SVN与Git的最主要的区别 三在windows上如何安装Git 四如何操作 创建版本库 版本回退 理解工作区与暂存区的区别 Git撤销修改和删除文件操作 远程仓库 创建与合并分支 bug分支 多人协作一:Git是什么?Git是目前世界上最先进的分布式版本控制系统。二:SVN与Git的最主要的区别?SVN是集中式版本控制系统,版本库是集中放在中央服务器的,而干活的时候,用的都是自己转载 2016-03-04 04:55:49 · 422 阅读 · 0 评论 -
[git] git Process
Edit file from githubCreate a new repository in github using the “+” sign on the top right of your screen. Use git clone https://github.com/... to clone the repository to your computer. Edit your file.原创 2016-03-18 06:04:09 · 615 阅读 · 0 评论 -
[git] Basic Git Command Line Reference for Windows Users
Another useful blog for introducing git commands can be found here.转载 2016-03-18 06:07:08 · 551 阅读 · 0 评论 -
[Getting and Cleaning data] Project
Project introduction Project code More details can be found here.Project introductionThe purpose of this project is to demonstrate your ability to collect, work with, and clean a data set.Review criter原创 2016-03-18 06:12:08 · 3389 阅读 · 0 评论