FileMood

Download Lynda.com Git Essential Training

Lynda com Git Essential Training

Name

Lynda.com Git Essential Training

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

899.9 MB

Total Files

90

Hash

4F0CB576A8FF4F167B974B34FD9DE4E40779B35E

/

Ex_Files_GIT_EssT.zip

128.6 MB

/0. Introduction/

01. Introduction.mov

4.6 MB

02. How to use the exercise files.mov

2.2 MB

/1. What is Git/

01. What is Git-Understanding version control.mov

4.5 MB

02. What is Git-The history of Git.mov

8.9 MB

03. What is Git-About distributed version control.mov

6.2 MB

04. What is Git-Who should use Git.mov

3.3 MB

/10. Branching/

01. Branching-Branching overview.mov

5.2 MB

02. Branching-Viewing and creating branches.mov

4.7 MB

03. Branching-Switching branches.mov

7.2 MB

04. Branching-Creating and switching branches.mov

11.1 MB

05. Branching-Switching branches with uncommitted changes.mov

6.6 MB

06. Branching-Comparing branches.mov

8.2 MB

07. Branching-Renaming branches.mov

3.9 MB

08. Branching-Deleting branches.mov

7.7 MB

09. Branching-Configuring the command prompt to show the branch.mov

16.1 MB

/11. Merging Branches/

01. Merging Branches-Merging code.mov

6.0 MB

02. Merging Branches-Using fast-forward merge vs. true merge.mov

13.2 MB

03. Merging Branches-Merging conflicts.mov

32.3 MB

04. Merging Branches-Resolving merge conflicts.mov

33.7 MB

05. Merging Branches-Exploring strategies to reduce merge conflicts.mov

4.5 MB

/12. Stashing Changes/

01. Stashing Changes-Saving changes in the stash.mov

8.7 MB

02. Stashing Changes-Viewing stashed changes.mov

5.0 MB

03. Stashing Changes-Retrieving stashed changes.mov

8.7 MB

04. Stashing Changes-Deleting stashed changes.mov

10.3 MB

/13. Remotes/

01. Remotes-Using local and remote repositories.mov

7.6 MB

02. Remotes-Setting up a GitHub account.mov

10.9 MB

03. Remotes-Adding a remote repository.mov

7.4 MB

04. Remotes-Creating a remote branch.mov

8.9 MB

05. Remotes-Closing a remote repository.mov

9.3 MB

06. Remotes-Tracking remote branches.mov

7.5 MB

07. Remotes-Pushing changes to a remote repository.mov

16.9 MB

08. Remotes-Fetching changes from a remote repository.mov

10.8 MB

09. Remotes-Merging in fetched changes.mov

6.7 MB

10. Remotes-Checking out remote branches.mov

6.0 MB

11. Remotes-Pushing to an updated remote branch.mov

2.5 MB

12. Remotes-Deleting a remote branch.mov

5.5 MB

13. Remotes-Enabling collaboration.mov

6.2 MB

14. Remotes-A collaboration workflow.mov

8.8 MB

/14. Tools and Next Steps/

01. Tools and Next Steps-Setting up aliases for common commands.mov

7.5 MB

02. Tools and Next Steps-Using SSH keys for remote login.mov

5.6 MB

03. Tools and Next Steps-Exploring integrated development environments.mov

1.6 MB

04. Tools and Next Steps-Exploring graphical user interfaces.mov

8.0 MB

05. Tools and Next Steps-Understanding Git hosting.mov

2.7 MB

/15. Conclusion/

Git Essential Training-Conclusion-Goodbye.mov

1.1 MB

/2. Installing Git/

01. Installing Git-Installing Git on a Mac.mov

7.4 MB

02. Installing Git-Installing Git on Windows.mov

11.8 MB

03. Installing Git-Installing Git on Linux.mov

2.4 MB

04. Installing Git-Configuring Git.mov

9.4 MB

05. Installing Git-Exploring Git auto-completion.mov

9.6 MB

06. Installing Git-Using Git help.mov

5.4 MB

/3. Getting Started/

01. Getting Started-Initializing a repository.mov

3.0 MB

02. Getting Started-Understanding where Git files are stored.mov

4.9 MB

03. Getting Started-Performing your first commit.mov

3.2 MB

04. Getting Started-Writing commit messages.mov

6.8 MB

05. Getting Started-Viewing the commit log.mov

7.2 MB

/4. Git Concepts and Architecture/

01. Git Concepts and Architecture-Exploring the three-trees architecture.mov

4.2 MB

02. Git Concepts and Architecture-The Git workflow.mov

3.5 MB

03. Git Concepts and Architecture-Using hash values (SHA-1).mov

5.3 MB

04. Git Concepts and Architecture-Working with the HEAD pointer.mov

9.2 MB

/5. Making Changes to Files/

01. Making Changes to Files-Adding files.mov

10.0 MB

02. Making Changes to Files-Editing files.mov

7.5 MB

03. Making Changes to Files-Viewing changes with diff.mov

6.8 MB

04. Making Changes to Files-Viewing only staged changes.mov

4.2 MB

05. Making Changes to Files-Deleting files.mov

9.4 MB

06. Making Changes to Files-Moving and renaming files.mov

7.7 MB

/6. Using Git with a Real Project/

01. Using Git with a Real Project-Introducing the Explore California web site.mov

4.3 MB

02. Using Git with a Real Project-Initializing Git.mov

10.5 MB

03. Using Git with a Real Project-Editing the support phone number.mov

21.8 MB

04. Using Git with a Real Project-Editing the backpack file name and links.mov

25.1 MB

/7. Undoing Changes/

01. Undoing Changes-Undoing working directory changes.mov

10.1 MB

02. Undoing Changes-Unstaging files.mov

11.0 MB

03. Undoing Changes-Amending commits.mov

10.6 MB

04. Undoing Changes-Retrieving old versions.mov

7.9 MB

05. Undoing Changes-Reverting a commit.mov

8.8 MB

06. Undoing Changes-Using reset to undo commits.mov

3.7 MB

07. Undoing Changes-Demonstrating a soft reset.mov

11.9 MB

08. Undoing Changes-Demonstrating a mixed reset.mov

10.2 MB

09. Undoing Changes-Demonstrating a hard reset.mov

18.6 MB

10. Undoing Changes-Removing untracked files.mov

6.0 MB

/8. Ignoring Files/

01. Ignoring Files-Using .gitignore files.mov

14.2 MB

02. Ignoring Files-Understanding what to ignore.mov

12.7 MB

03. Ignoring Files-Ignoring files globally.mov

7.7 MB

04. Ignoring Files-Ignoring tracked files.mov

10.9 MB

05. Ignoring Files-Tracking empty directories.mov

7.4 MB

/9. Navigating the Commit Tree/

01. Navigating the Commit Tree-Referencing commits.mov

5.0 MB

02. Navigating the Commit Tree-Exploring tree listings.mov

11.0 MB

03. Navigating the Commit Tree-Getting more from the commit log.mov

16.3 MB

04. Navigating the Commit Tree-Viewing commits.mov

8.9 MB

05. Navigating the Commit Tree-Comparing commits.mov

13.8 MB

 

Total files 90


Copyright © 2025 FileMood.com