Video description
If you’ve previously tried to learn Git but found the structure of the materials to be opaque, too academic, or just plain confusing, this hands-on video course will help you complete the task. Author and educator Emma Jane Hogbin Westby takes an unconventional approach to teaching version control with Git. Rather than start with the commands you’ll be running, she first explains why—and then demonstrates how.
Along the way, you’ll learn several Git hacks to help you be more efficient. And that means navigating Git from the command line. Many people prefer the “convenience” of a GUI, but in the long run, learning commands is quicker and easier than clicking various buttons on a succession of screens.
- Create a visual map of Git by sketching your own diagrams
- Use an example project to get started with hosted Git repositories
- Learn how to upload changes and merge work with branches
- Work with tags to pinpoint specific commits in the history of your work
- Find and fix bugs by comparing “working” and “non-working” states
- Learn how to undo your work with rollbacks and resets
- Clean up your commit history with rebase
- Move your sample project from GitLab to GitHub
- Learn how to collaborate on GitHub and BitBucket
Emma Jane Hogbin Westby has been working as a web developer since 1996 and has been participating in FOSS communities for over a decade. Having written two Drupal books, including Front End Drupal (Prentice Hall), she has been teaching web-based technologies online and in person for over a decade.
Publisher resources
Table of contents
- Welcome and Set Up/Warm-up Exercise
- Getting Started with Hosted Git Repositories
- Downloading a Remote Repository
- Configuring Git
- Getting Started as a Team of One
- Connecting to Remote Repositories
- Working with Branches
- Working with Tags
- Finding and Fixing Bugs
- Rollbacks, Resets, and Undoing Your Work
- Rewiring History with Rebase
- Collaborating on GitHub
- Collaborating on BitBucket
Product information
- Title: Collaborating with Git
- Author(s):
- Release date: November 2014
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491912003
You might also like
video
Apache Kafka Series - Learn Apache Kafka for Beginners v3
The high throughput and low latency of Apache Kafka have made it one of the leading …
video
React - The Complete Guide (Includes Hooks, React Router, and Redux) - Second Edition
**This course is now updated for the latest version of React—React 18** React.js is the most …
video
Build a CI/CD Pipeline
Approximately 8 Hours of Video Instruction If your development team is still dealing with manual and …
video
Node.js - The Complete Guide
Node.js is one of the most popular and modern server-side programming languages and is used widely …