git
文章平均质量分 53
艳艳儿
这个作者很懒,什么都没留下…
展开
-
[git] mac系统下git提交出错
问题描述mac系统 利用git时候 commit步出Your name and email address were configured automatically basedon 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 · 1994 阅读 · 0 评论 -
Git使用教程
一Git是什么二SVN与Git的最主要的区别三在windows上如何安装Git四如何操作创建版本库版本回退理解工作区与暂存区的区别Git撤销修改和删除文件操作远程仓库创建与合并分支bug分支多人协作一:Git是什么?Git是目前世界上最先进的分布式版本控制系统。二:SVN与Git的最主要的区别?SVN是集中式版本控制系统,版本库是集中放在中央服务器的,而干活的时候,用的都是自己转载 2016-03-04 04:55:49 · 402 阅读 · 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 · 575 阅读 · 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 · 530 阅读 · 0 评论 -
[Getting and Cleaning data] Project
Project introductionProject codeMore 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 · 3350 阅读 · 0 评论