上一页 1 ··· 406 407 408 409 410 411 412 413 414 ··· 499 下一页
摘要: Most projects have automatically generated files or folders from the operating system, applications, package managers etc. Usually, we don't want to i 阅读全文
posted @ 2016-08-12 03:13 Zhentiw 阅读(242) 评论(0) 推荐(0)
摘要: You can set up global "git config" settings that apply to all git projects on your system. In this lesson, we review how the ./gitconfig file works. W 阅读全文
posted @ 2016-08-12 03:03 Zhentiw 阅读(255) 评论(0) 推荐(0)
摘要: Sometimes you find a bug in your project that has been around for a while without being noticed; it can be hard to track down where that bug was intro 阅读全文
posted @ 2016-08-12 02:52 Zhentiw 阅读(197) 评论(0) 推荐(0)
摘要: Sometimes its nice to clean up commits before merging them into your main code repo; in this lesson, we go over using git rebase to squash commits tog 阅读全文
posted @ 2016-08-12 02:39 Zhentiw 阅读(228) 评论(0) 推荐(0)
摘要: When working on a file, we often want to know who made certain changes last; we can use git blame to see details about the last modification of each l 阅读全文
posted @ 2016-08-12 02:20 Zhentiw 阅读(235) 评论(0) 推荐(0)
摘要: It can be helpful to see the changes between two sets of code; git diff lets us do this by comparing two Git references and outputting the differences 阅读全文
posted @ 2016-08-12 02:14 Zhentiw 阅读(343) 评论(0) 推荐(0)
摘要: In the last lesson, we learned how to format the git log output; in this lesson we will learn how to filter down to a specific set of commits. By defa 阅读全文
posted @ 2016-08-11 04:57 Zhentiw 阅读(256) 评论(0) 推荐(0)
摘要: When running the git log command, we can pass in options as arguments toformat the data shown for each commit. In this lesson, we show how to use the  阅读全文
posted @ 2016-08-10 18:10 Zhentiw 阅读(194) 评论(0) 推荐(0)
摘要: When using a git command that can have a large amount of output (like git log, git diff, or git blame), Git opens the command output in our terminal " 阅读全文
posted @ 2016-08-10 03:16 Zhentiw 阅读(267) 评论(0) 推荐(0)
摘要: When working on a project, it is much easier to work on features and bugs in isolation of the rest of the project. We can do this with git branches; a 阅读全文
posted @ 2016-08-10 02:54 Zhentiw 阅读(193) 评论(0) 推荐(0)
上一页 1 ··· 406 407 408 409 410 411 412 413 414 ··· 499 下一页