Git and GitHub LiveLessons (Workshop) [FLV]

seeders: 4
leechers: 27
Added on January 31, 2016 by OVERMiNDin Other > Tutorials
Torrent verified.



Git and GitHub LiveLessons (Workshop) [FLV] (Size: 2.68 GB)
 Table of Contents.txt3.2 KB
 01 - Introduction.flv22.62 MB
 01 - Three levels of configuration.flv25.94 MB
 02 - Basic configuration settings.flv44.08 MB
 03 - Configuring line endings.flv37.85 MB
 04 - Configuring aliases.flv22.04 MB
 01 - Creating your first Git repository.flv31.2 MB
 02 - Committing in Git.flv50.76 MB
 03 - Understanding a Git commit.flv26.23 MB
 04 - The benefits of the staging area.flv49.19 MB
 05 - Git log for viewing history.flv19.09 MB
 01 - Creating a repository in GitHub.flv26.39 MB
 02 - Uploading your repo to GitHub.flv13.66 MB
 03 - Creating a repository after starting to code.flv11.24 MB
 01 - How to rename a file in Git.flv17.78 MB
 02 - Deleting a file in Git.flv99.23 MB
 03 - Ignoring files using a .gitignore file.flv23.37 MB
 04 - Global gitexcludes and other Git ignore options.flv65.65 MB
 05 - Git ignore precedence.flv46.52 MB
 06 - Git commit -a.flv35.02 MB
 07 - Another merge conflict example.flv124.45 MB
 01 - Introducing branching.flv18.24 MB
 02 - Merging a branch.flv42.54 MB
 03 - Creating a fast forward merge.flv18.86 MB
 04 - Introducing recursive merges.flv52.33 MB
 05 - 'No fast forward' recursive merges.flv42.14 MB
 06 - Resolving merge conflicts.flv38.79 MB
 08 - Git Diff.flv64.09 MB
 09 - Introducing rebasing.flv36.21 MB
 10 - Rebasing a branch.flv29.43 MB
 11 - Handling rebase conflicts.flv58.59 MB
 01 - Introducing 'Git under the hood'.flv71.98 MB
 02 - Creating the first commit.flv10.64 MB
 03 - Exploring the object store.flv13.38 MB
 04 - cat-file to explore object contents.flv48.72 MB
 05 - The benefits of Git's use of SHA1 hashes.flv15.76 MB
 06 - Git as a content store (how many new hashes).flv74.96 MB
 07 - Understanding remotes and their configuration.flv54.58 MB
 08 - Configuring your push default.flv24.41 MB
 09 - Fetch versus pull.flv68.88 MB
 10 - Merge versus rebase on pull.flv54.84 MB
 01 - Cloning a repository.flv47.01 MB
 02 - Forking a repository.flv65.08 MB
 03 - Contributing via a pull request from a fork.flv28.56 MB
 04 - Approving a pull request from a fork.flv13.93 MB
 05 - Use cases for fork based collaboration.flv23.18 MB
 06 - Single repo collaboration directly on master.flv46.57 MB
 07 - Single repo collaboration using feature branches.flv40.42 MB
 08 - Contributing to another feature branch.flv14.33 MB
 09 - Creating a pull request within a single repo.flv22.42 MB
 10 - Collaborating on a pull request.flv32.81 MB
 11 - Merging in a pull request.flv15.25 MB
 01 - Getting an overview of a project on GitHub using the README.flv18.52 MB
 02 - Getting more information about a project.flv24.61 MB
 03 - Introducing issues.flv44.13 MB
 04 - Closing an issue automatically with a commit message.flv46.85 MB
 05 - Viewing project state through pulse and graphs.flv22.1 MB
 01 - Basic configuration options and renaming a repo.flv19.17 MB
 02 - GitHub Pages.flv32.17 MB
 03 - Adding collaborators and integrations.flv7.66 MB
 04 - Configuring deploy keys.flv60.11 MB
 01 - Three types of tags.flv56.42 MB
 02 - Release tags versus release branches.flv44.87 MB
 03 - Cherry pick for reusing code across long running release branches.flv29.81 MB
 04 - Git stash for reusing code.flv16.36 MB
 05 - Pushing tags up to GitHub and using releases.flv33.95 MB
 01 - Private versus public history and git revert.flv15.88 MB
 02 - Don't push too often.flv28.67 MB
 03 - Git commit --amend.flv57.58 MB
 04 - Git reset.flv50.38 MB
 05 - Introducing the reflog.flv23.55 MB
 05 - Rebase interactive.flv5.75 MB
 01 - Conclusion.flv6.35 MB
 Q1 - Can you create a GitHub repo without using your browser.flv6.86 MB
 Q2 - What's the difference between global and system configuration.flv7.02 MB
 Q3 - When dealing with merge conflict in a large file, how do you find the conflicts.flv14 MB
 Q4 - Does Git show the two full, different versions of a file or just the differences.flv12.1 MB
 Q5 - Does a merge commit always include all of the files I created on the branch.flv12.71 MB
 Q6 - Isn't it dangerous that you can make a bunch of changes to your code by merging in a...23.58 MB
 Q7 - Do merges work the same way with merging into integration branches as into master.flv29.84 MB
 Q8 - How do you handle long running release branches.flv13.54 MB


Description



Git and GitHub LiveLessons (Workshop) is a fast-paced, engaging video course that teaches developers the essentials of Git and GitHub. You will learn the key commands to quickly become productive using Git and best practices for using GitHub to collaborate with your team.

Description

Featuring live, step-by-step demonstrations, the lessons in this workshop cover:
  • Concise configurations-configuring just what you need to get the best out of Git
  • Your first repo-initializing a repo, three stage thinking, working with the staging area
  • Sharing your work-creating and configuring a GitHub repository
  • Additional activities-moving, deleting and ignoring files with Git
  • Building with branches-how to use feature branches effectively to work on projects. Includes merge types, merge conflicts and rebasing before merging
  • GitHub workflows-using clones, forks, feature branches and pull requests to collaborate effectively via GitHub
  • Releasing software-release tags, release branches and release workflows
  • How to undo anything-learn a range of powerful techniques, from git commit -amend through revert, reset, rebase -interactive and the famed reflog!


About the Instructor

Peter Bell is a contract member of the GitHub training team and presents internationally on using Git and GitHub effectively. He's also the co-founder of CTO School and the startup CTO Summit and is the author of Git Distilled, to be published by Pearson in late 2014.

Skill Level
  • Beginner
  • Intermediate


What You Will Learn
  • Starting with creating your first Git repository and committing code, you learn the key concepts and features that will allow you to quickly set up and use Git for your own projects
  • You are introduced to branching and learn how to merge a branch, create a fast forward merge, and use recursive merges
  • You also learn how to collaborate via GitHub by cloning a repository, forking a repository, or contributing to a project via a pull request from a fork
  • In addition, you are introduced to the basics of Git internals to get a sense for how Git works under the hood.


Course Requirements
  • You will need to have an up-to-date version of Git installed on your computer and have a GitHub user account and password.
  • You should also be comfortable using a terminal window/command line.


http://www.informit.com/stor...ssons-workshop-9780133991772

Sharing Widget


Download torrent
2.68 GB
seeders:4
leechers:27
Git and GitHub LiveLessons (Workshop) [FLV]