摘要:
Too Much Scrolling The last few quizzes in the previous section had you scrolling and scrolling through the patch output just to get to the right comm 阅读全文
随笔档案-2018年03月
Viewing File Changes_11
2018-03-25 23:22 by Weiweim, 231 阅读, 收藏, 编辑
摘要:
Viewing Changes We know that git log will show us the commits in a repository, and if we add the --stat flag, we can see what files were modified and 阅读全文
Changing How Git Log Displays Information_10
2018-03-25 22:03 by Weiweim, 269 阅读, 收藏, 编辑
摘要:
Let's think about some of these questions: the SHA - git log will display the complete SHA for every single commit. Each SHA is unique, so we don't re 阅读全文
Outro_9
2018-03-25 21:36 by Weiweim, 239 阅读, 收藏, 编辑
摘要:
我们使用git init来创建自己的仓库, 使用git clone来复制现有仓库, 并使用git status来确定仓库的状态, 现在,你可能想直接跳转进行提交,因为没有提交的仓库并不是很有用, 但在我们开始之前,学会查看提交对我们生成自己的提交会很有帮助 因此让我们来学习如何查看现有提交, git 阅读全文
Determine A Repo's Status_8
2018-03-25 13:21 by Weiweim, 379 阅读, 收藏, 编辑
摘要:
Working with Git on the command line can be a little bit challenging because it's a little bit like a black box. I mean, how do you know when you shou 阅读全文
Clone_An_Existing_Repo_7
2018-03-25 07:06 by Weiweim, 357 阅读, 收藏, 编辑
摘要:
Why Clone? First, what is cloning? to make an identical copy What's the value of creating an identical copy of something, and how does this relate to 阅读全文