- Overview
- Transcript
4.2 Viewing the Log
History could be the very motto of version control systems, so you should have a good way to track that. Never fear, `git log` is here, not only showing us that’s happened, but allowing us to generate graphs to get a better view.
1.Introduction3 lessons, 19:10
3 lessons, 19:10
1.1Introduction to Git Essentials02:04
1.1
Introduction to Git Essentials
02:04
1.2Getting Started: Installing Git07:02
1.2
Getting Started: Installing Git
07:02
1.3Getting Started: Configuring Git10:04
1.3
Getting Started: Configuring Git
10:04
2.Basic Commands4 lessons, 23:13
4 lessons, 23:13
2.1Initializing a Repository02:32
2.1
Initializing a Repository
02:32
2.2Staging and Statuses07:53
2.2
Staging and Statuses
07:53
2.3Making Commits06:18
2.3
Making Commits
06:18
2.4Ignoring Files06:30
2.4
Ignoring Files
06:30
3.A Bit of Theory2 lessons, 23:37
2 lessons, 23:37
3.1Git Concepts10:03
3.1
Git Concepts
10:03
3.2Git Internals13:34
3.2
Git Internals
13:34
4.Logs and Branches4 lessons, 33:30
4 lessons, 33:30
4.1Diffing Files07:29
4.1
Diffing Files
07:29
4.2Viewing the Log06:39
4.2
Viewing the Log
06:39
4.3Creating Branches10:42
4.3
Creating Branches
10:42
4.4Merging Branches08:40
4.4
Merging Branches
08:40
5.Github and Remotes4 lessons, 41:49
4 lessons, 41:49
5.1Setting up Github10:56
5.1
Setting up Github
10:56
5.2Touring Github10:44
5.2
Touring Github
10:44
5.3Working with Remotes09:59
5.3
Working with Remotes
09:59
5.4Creating Github Pages10:10
5.4
Creating Github Pages
10:10
6.Intermediate Usage6 lessons, 41:55
6 lessons, 41:55
6.1Adding Interactively11:14
6.1
Adding Interactively
11:14
6.2Stashing Changes05:20
6.2
Stashing Changes
05:20
6.3Creating Git Aliases05:40
6.3
Creating Git Aliases
05:40
6.4Cleaning Up Merge Conflicts04:22
6.4
Cleaning Up Merge Conflicts
04:22
6.5GUIs07:45
6.5
GUIs
07:45
6.6Showing Repository Info in your Prompt07:34
6.6
Showing Repository Info in your Prompt
07:34
7.Conclusion1 lesson, 01:07
1 lesson, 01:07
7.1Conclusion01:07
7.1
Conclusion
01:07
Hi! I'm Andrew Burgess, and I'm a connoisseur of all things programming.
I'm from near Toronto, Canada, and I've been fooling around with computers for nearly my whole life, both hardware and software. Right now, I'm finishing up a computer science degree. For almost a decade now, I've been playing around with over a dozen programming languages on several different platforms, from JavaScript to Java, from Ruby to Befunge. My favourite has always been JavaScript.
I've always enjoyed writing, so when I discovered Tuts+ in 2009, I was excited to start writing tutorials. Since then, I've been writing tutorials and producing screencasts for Tuts+. Right now, I'm a course instructor and I produce mostly JavaScript-related courses. Maybe you've seen Building a Web App from Scratch with Angular.js or Node.js from Scratch; that's me!
I've also written a few ebooks, like Getting Good with Git, Getting Good with JavaScript, and, more recently, Backbone.js Blueprints.