Download link
File List
-
10_9._Navigating_the_Commit_Tree/47_Referencing_commits.mp4 6.82 MB
10_9._Navigating_the_Commit_Tree/48_Exploring_tree_listings.mp4 14.13 MB
10_9._Navigating_the_Commit_Tree/49_Getting_more_from_the_commit_log.mp4 25.72 MB
10_9._Navigating_the_Commit_Tree/50_Viewing_commits.mp4 13.8 MB
10_9._Navigating_the_Commit_Tree/51_Comparing_commits.mp4 21.27 MB
11_10._Branching/52_Branching_overview.mp4 6.97 MB
11_10._Branching/53_Viewing_and_creating_branches.mp4 8.66 MB
11_10._Branching/54_Switching_branches.mp4 10.37 MB
11_10._Branching/55_Creating_and_switching_branches.mp4 16.64 MB
11_10._Branching/56_Switching_branches_with_uncommitted_changes.mp4 10.56 MB
11_10._Branching/57_Comparing_branches.mp4 14.07 MB
11_10._Branching/58_Renaming_branches.mp4 7.15 MB
11_10._Branching/59_Deleting_branches.mp4 12.93 MB
11_10._Branching/60_Configuring_the_command_prompt_to_show_the_branch.mp4 26.38 MB
12_11._Merging_Branches/61_Merging_code.mp4 9.01 MB
12_11._Merging_Branches/62_Using_fast-forward_merge_vs._true_merge.mp4 19.41 MB
12_11._Merging_Branches/63_Merging_conflicts.mp4 25.26 MB
12_11._Merging_Branches/64_Resolving_merge_conflicts.mp4 27.36 MB
12_11._Merging_Branches/65_Exploring_strategies_to_reduce_merge_conflicts.mp4 5.82 MB
13_12._Stashing_Changes/66_Saving_changes_in_the_stash.mp4 13.46 MB
13_12._Stashing_Changes/67_Viewing_stashed_changes.mp4 8.15 MB
13_12._Stashing_Changes/68_Retrieving_stashed_changes.mp4 13.71 MB
13_12._Stashing_Changes/69_Deleting_stashed_changes.mp4 11.53 MB
14_13._Remotes/70_Using_local_and_remote_repositories.mp4 9.75 MB
14_13._Remotes/71_Setting_up_a_GitHub_account.mp4 12.46 MB
14_13._Remotes/72_Adding_a_remote_repository.mp4 10.22 MB
14_13._Remotes/73_Creating_a_remote_branch.mp4 11.25 MB
14_13._Remotes/74_Cloning_a_remote_repository.mp4 12.04 MB
14_13._Remotes/75_Tracking_remote_branches.mp4 10.82 MB
14_13._Remotes/76_Pushing_changes_to_a_remote_repository.mp4 17.8 MB
14_13._Remotes/77_Fetching_changes_from_a_remote_repository.mp4 16.01 MB
14_13._Remotes/78_Merging_in_fetched_changes.mp4 8.73 MB
14_13._Remotes/79_Checking_out_remote_branches.mp4 9.7 MB
14_13._Remotes/80_Pushing_to_an_updated_remote_branch.mp4 3.15 MB
14_13._Remotes/81_Deleting_a_remote_branch.mp4 8.84 MB
14_13._Remotes/82_Enabling_collaboration.mp4 8.47 MB
14_13._Remotes/83_A_collaboration_workflow.mp4 12.4 MB
15_14._Tools_and_Next_Steps/84_Setting_up_aliases_for_common_commands.mp4 15.24 MB
15_14._Tools_and_Next_Steps/85_Using_SSH_keys_for_remote_login.mp4 7.13 MB
15_14._Tools_and_Next_Steps/86_Exploring_integrated_development_environments.mp4 1.86 MB
15_14._Tools_and_Next_Steps/87_Exploring_graphical_user_interfaces.mp4 9.22 MB
15_14._Tools_and_Next_Steps/88_Understanding_Git_hosting.mp4 3.67 MB
16_Conclusion/89_Goodbye.mp4 1.96 MB
1_Introduction/01_Introduction.mp4 4.24 MB
1_Introduction/02_How_to_use_the_exercise_files.mp4 4.13 MB
2_1._What_is_Git/03_Understanding_version_control.mp4 6.15 MB
2_1._What_is_Git/04_The_history_of_Git.mp4 12.07 MB
2_1._What_is_Git/05_About_distributed_version_control.mp4 8.16 MB
2_1._What_is_Git/06_Who_should_use_Git.mp4 4.18 MB
3_2._Installing_Git/07_Installing_Git_on_a_Mac.mp4 9.78 MB
3_2._Installing_Git/08_Installing_Git_on_Windows.mp4 15.53 MB
3_2._Installing_Git/09_Installing_Git_on_Linux.mp4 3.5 MB
3_2._Installing_Git/10_Configuring_Git.mp4 16.24 MB
3_2._Installing_Git/11_Exploring_Git_auto-completion.mp4 13.51 MB
3_2._Installing_Git/12_Using_Git_help.mp4 6.93 MB
4_3._Getting_Started/13_Initializing_a_repository.mp4 4.39 MB
4_3._Getting_Started/14_Understanding_where_Git_files_are_stored.mp4 6.92 MB
4_3._Getting_Started/15_Performing_your_first_commit.mp4 4.71 MB
4_3._Getting_Started/16_Writing_commit_messages.mp4 8.67 MB
4_3._Getting_Started/17_Viewing_the_commit_log.mp4 10.11 MB
5_4._Git_Concepts_and_Architecture/18_Exploring_the_three-trees_architecture.mp4 5.7 MB
5_4._Git_Concepts_and_Architecture/19_The_Git_workflow.mp4 4.71 MB
5_4._Git_Concepts_and_Architecture/20_Using_hash_values_SHA-1.mp4 6.73 MB
5_4._Git_Concepts_and_Architecture/21_Working_with_the_HEAD_pointer.mp4 12.95 MB
6_5._Making_Changes_to_Files/22_Adding_files.mp4 15.36 MB
6_5._Making_Changes_to_Files/23_Editing_files.mp4 10.52 MB
6_5._Making_Changes_to_Files/24_Viewing_changes_with_diff.mp4 9.98 MB
6_5._Making_Changes_to_Files/25_Viewing_only_staged_changes.mp4 6.5 MB
6_5._Making_Changes_to_Files/26_Deleting_files.mp4 13.89 MB
6_5._Making_Changes_to_Files/27_Moving_and_renaming_files.mp4 11.71 MB
7_6._Using_Git_with_a_Real_Project/28_Introducing_the_Explore_California_web_site.mp4 5.47 MB
7_6._Using_Git_with_a_Real_Project/29_Initializing_Git.mp4 12.21 MB
7_6._Using_Git_with_a_Real_Project/30_Editing_the_support_phone_number.mp4 22.27 MB
7_6._Using_Git_with_a_Real_Project/31_Editing_the_backpack_file_name_and_links.mp4 24.85 MB
8_7._Undoing_Changes/32_Undoing_working_directory_changes.mp4 11.21 MB
8_7._Undoing_Changes/33_Unstaging_files.mp4 7.91 MB
8_7._Undoing_Changes/34_Amending_commits.mp4 12.74 MB
8_7._Undoing_Changes/35_Retrieving_old_versions.mp4 11.75 MB
8_7._Undoing_Changes/36_Reverting_a_commit.mp4 9.04 MB
8_7._Undoing_Changes/37_Using_reset_to_undo_commits.mp4 5.25 MB
8_7._Undoing_Changes/38_Demonstrating_a_soft_reset.mp4 13.19 MB
8_7._Undoing_Changes/39_Demonstrating_a_mixed_reset.mp4 12.62 MB
8_7._Undoing_Changes/40_Demonstrating_a_hard_reset.mp4 17.64 MB
8_7._Undoing_Changes/41_Removing_untracked_files.mp4 8.22 MB
9_8._Ignoring_Files/42_Using_.gitignore_files.mp4 22.39 MB
9_8._Ignoring_Files/43_Understanding_what_to_ignore.mp4 11.06 MB
9_8._Ignoring_Files/44_Ignoring_files_globally.mp4 10.83 MB
9_8._Ignoring_Files/45_Ignoring_tracked_files.mp4 16.37 MB
9_8._Ignoring_Files/46_Tracking_empty_directories.mp4 11.22 MB
Download Info
-
Tips
“Git_Essential_Training” Its related downloads are collected from the DHT sharing network, the site will be 24 hours of real-time updates, to ensure that you get the latest resources.This site is not responsible for the authenticity of the resources, please pay attention to screening.If found bad resources, please send a report below the right, we will be the first time shielding.
-
DMCA Notice and Takedown Procedure
If this resource infringes your copyright, please email([email protected]) us or leave your message here ! we will block the download link as soon as possiable.