TorBT - Torrents and Magnet Links Search Engine
Lynda - Git Essential Training (HD)
- Date: 2023-10-06
- Size: 783 MB
- Files: 90
File Name
Size
00. Introduction/01. Introduction.mp4
4.0 MB
00. Introduction/02. How to use the exercise files.mp4
2.1 MB
01. What is Git/02. The history of Git.mp4
10 MB
01. What is Git/03. About distributed version control.mp4
7.1 MB
01. What is Git/01. Understanding version control.mp4
5.3 MB
01. What is Git/04. Who should use Git.mp4
3.7 MB
02. Installing Git/02. Installing Git on Windows.mp4
10 MB
02. Installing Git/04. Configuring Git.mp4
9.6 MB
02. Installing Git/05. Exploring Git auto-completion.mp4
8.9 MB
02. Installing Git/01. Installing Git on a Mac.mp4
6.2 MB
02. Installing Git/06. Using Git help.mp4
4.5 MB
02. Installing Git/03. Installing Git on Linux.mp4
2.2 MB
03. Getting Started/04. Writing commit messages.mp4
7.7 MB
03. Getting Started/05. Viewing the commit log.mp4
5.8 MB
03. Getting Started/02. Understanding where Git files are stored.mp4
4.0 MB
03. Getting Started/03. Performing your first commit.mp4
2.9 MB
03. Getting Started/01. Initializing a repository.mp4
2.7 MB
04. Git Concepts and Architecture/04. Working with the HEAD pointer.mp4
9.3 MB
04. Git Concepts and Architecture/03. Using hash values (SHA-1).mp4
5.8 MB
04. Git Concepts and Architecture/01. Exploring the three-trees architecture.mp4
4.9 MB
04. Git Concepts and Architecture/02. The Git workflow.mp4
4.0 MB
05. Making Changes to Files/01. Adding files.mp4
8.9 MB
05. Making Changes to Files/05. Deleting files.mp4
8.3 MB
05. Making Changes to Files/06. Moving and renaming files.mp4
6.7 MB
05. Making Changes to Files/02. Editing files.mp4
6.5 MB
05. Making Changes to Files/03. Viewing changes with diff.mp4
5.9 MB
05. Making Changes to Files/04. Viewing only staged changes.mp4
3.8 MB
06. Using Git with a Real Project/04. Editing the backpack file name and links.mp4
18 MB
06. Using Git with a Real Project/03. Editing the support phone number.mp4
16 MB
06. Using Git with a Real Project/02. Initializing Git.mp4
8.3 MB
06. Using Git with a Real Project/01. Introducing the Explore California web site.mp4
3.4 MB
07. Undoing Changes/09. Demonstrating a hard reset.mp4
14 MB
07. Undoing Changes/03. Amending commits.mp4
9.2 MB
07. Undoing Changes/07. Demonstrating a soft reset.mp4
9.2 MB
07. Undoing Changes/08. Demonstrating a mixed reset.mp4
8.0 MB
07. Undoing Changes/01. Undoing working directory changes.mp4
7.4 MB
07. Undoing Changes/02. Unstaging files.mp4
7.4 MB
07. Undoing Changes/05. Reverting a commit.mp4
7.0 MB
07. Undoing Changes/04. Retrieving old versions.mp4
6.7 MB
07. Undoing Changes/10. Removing untracked files.mp4
5.1 MB
07. Undoing Changes/06. Using reset to undo commits.mp4
4.5 MB
08. Ignoring Files/01. Using .gitignore files.mp4
13 MB
08. Ignoring Files/02. Understanding what to ignore.mp4
11 MB
08. Ignoring Files/04. Ignoring tracked files.mp4
9.0 MB
08. Ignoring Files/03. Ignoring files globally.mp4
7.2 MB
08. Ignoring Files/05. Tracking empty directories.mp4
6.2 MB
09. Navigating the Commit Tree/03. Getting more from the commit log.mp4
14 MB
09. Navigating the Commit Tree/05. Comparing commits.mp4
12 MB
09. Navigating the Commit Tree/02. Exploring tree listings.mp4
8.7 MB
09. Navigating the Commit Tree/04. Viewing commits.mp4
7.4 MB
09. Navigating the Commit Tree/01. Referencing commits.mp4
6.0 MB
10. Branching/09. Configuring the command prompt to show the branch.mp4
14 MB
10. Branching/04. Creating and switching branches.mp4
9.0 MB
10. Branching/06. Comparing branches.mp4
7.2 MB
10. Branching/08. Deleting branches.mp4
6.7 MB
10. Branching/01. Branching overview.mp4
6.1 MB
10. Branching/03. Switching branches.mp4
5.9 MB
10. Branching/05. Switching branches with uncommitted changes.mp4
5.6 MB
10. Branching/02. Viewing and creating branches.mp4
4.2 MB
10. Branching/07. Renaming branches.mp4
3.5 MB
11. Merging Branches/04. Resolving merge conflicts.mp4
22 MB
11. Merging Branches/03. Merging conflicts.mp4
21 MB
11. Merging Branches/02. Using fast-forward merge vs. true merge.mp4
12 MB
11. Merging Branches/01. Merging code.mp4
5.2 MB
11. Merging Branches/05. Exploring strategies to reduce merge conflicts.mp4
5.2 MB
12. Stashing Changes/04. Deleting stashed changes.mp4
7.5 MB
12. Stashing Changes/01. Saving changes in the stash.mp4
7.2 MB
12. Stashing Changes/03. Retrieving stashed changes.mp4
7.2 MB
12. Stashing Changes/02. Viewing stashed changes.mp4
4.2 MB
13. Remotes/07. Pushing changes to a remote repository.mp4
13 MB
13. Remotes/14. A collaboration workflow.mp4
11 MB
13. Remotes/02. Setting up a GitHub account.mp4
9.4 MB
13. Remotes/08. Fetching changes from a remote repository.mp4
9.4 MB
13. Remotes/01. Using local and remote repositories.mp4
8.5 MB
13. Remotes/05. Cloning a remote repository.mp4
7.7 MB
13. Remotes/04. Creating a remote branch.mp4
7.4 MB
13. Remotes/09. Merging in fetched changes.mp4
6.8 MB
13. Remotes/06. Tracking remote branches.mp4
6.4 MB
13. Remotes/03. Adding a remote repository.mp4
6.4 MB
13. Remotes/13. Enabling collaboration.mp4
5.6 MB
13. Remotes/10. Checking out remote branches.mp4
5.0 MB
13. Remotes/12. Deleting a remote branch.mp4
4.6 MB
13. Remotes/11. Pushing to an updated remote branch.mp4
2.7 MB
14. Tools and Next Steps/04. Exploring graphical user interfaces.mp4
7.5 MB
14. Tools and Next Steps/01. Setting up aliases for common commands.mp4
7.1 MB
14. Tools and Next Steps/02. Using SSH keys for remote login.mp4
5.0 MB
14. Tools and Next Steps/05. Understanding Git hosting.mp4
3.2 MB
14. Tools and Next Steps/03. Exploring integrated development environments.mp4
1.5 MB
15. Conclusion/01. Goodbye.mp4
1.2 MB
Ex_Files_GIT_EssT.zip
123 MB