Linkedin Learning Complete Guide to Git BOOKWARE-iMPART

16 Views | 0 Comments | Posted in: Tutorials
23
December
2024
Linkedin Learning Complete Guide to Git BOOKWARE-iMPART
1.47 GB | 00:07:34 | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English



Files Included :
01 - Use Git version control software to manage project code.mp4 (3.95 MB)
01 - About version control.mp4 (3.67 MB)
02 - History.mp4 (5.81 MB)
03 - Distributed version control.mp4 (7.87 MB)
01 - Installation.mp4 (4.97 MB)
02 - Configuration.mp4 (8.33 MB)
03 - Git help.mp4 (3.07 MB)
01 - Initialize a repository.mp4 (5.59 MB)
02 - Your first commit.mp4 (6.2 MB)
03 - Write commit message.mp4 (4.69 MB)
04 - View commits.mp4 (4.64 MB)
05 - The three trees.mp4 (4.88 MB)
06 - Hash values (SHA-1).mp4 (4.32 MB)
01 - Add files.mp4 (10.87 MB)
02 - Edit files.mp4 (11.01 MB)
03 - Review file changes.mp4 (9.85 MB)
04 - Delete files.mp4 (8.28 MB)
05 - Move and rename files.mp4 (7.15 MB)
01 - Introducing the project.mp4 (9.6 MB)
02 - Make and review file edits.mp4 (22.23 MB)
03 - Add, delete, and rename files.mp4 (16.06 MB)
04 - Compare commits.mp4 (12.73 MB)
05 - Make atomic commits.mp4 (3.29 MB)
06 - Challenge Client edits.mp4 (5.98 MB)
07 - Solution Client edits.mp4 (11.72 MB)
01 - Restore changes to previous version.mp4 (11.28 MB)
02 - Restore other versions.mp4 (12.21 MB)
03 - Amend commits.mp4 (16.74 MB)
04 - Revert commits.mp4 (8.41 MB)
05 - Remove untracked files.mp4 (7.16 MB)
01 - Ignore files in a project.mp4 (10.63 MB)
02 - Ideas on what to ignore.mp4 (5.88 MB)
03 - Globally ignore files.mp4 (1.89 MB)
04 - Track empty directories.mp4 (6.05 MB)
01 - Referencing commits.mp4 (4.11 MB)
02 - The HEAD pointer.mp4 (7.7 MB)
03 - Ancestry.mp4 (6.75 MB)
04 - Filter the commit long.mp4 (10.95 MB)
05 - Format the commit log.mp4 (6.93 MB)
01 - Branches overview.mp4 (4.41 MB)
02 - Create branches.mp4 (4.3 MB)
03 - Switch branches.mp4 (8.42 MB)
04 - Switch branches with uncommitted changes.mp4 (11.24 MB)
05 - Compare branches.mp4 (17.16 MB)
06 - Rename branches.mp4 (5.51 MB)
07 - Delete branches.mp4 (9.04 MB)
08 - Configure command prompt.mp4 (9.84 MB)
01 - Merging branches.mp4 (11.03 MB)
02 - Fast-forward merge vs real merge.mp4 (6.93 MB)
03 - Merge conflicts.mp4 (18.91 MB)
04 - Resolve merge conflicts.mp4 (18.97 MB)
05 - Strategies to reduce conflicts.mp4 (4.01 MB)
06 - Challenge Branching and merging.mp4 (4.28 MB)
07 - Solution Branching and merging.mp4 (22.04 MB)
01 - Reset types.mp4 (4.28 MB)
02 - Soft reset.mp4 (18.61 MB)
03 - Mixed reset.mp4 (22.35 MB)
04 - Hard reset.mp4 (11.81 MB)
01 - Save changes in the stash.mp4 (13.62 MB)
02 - View stashed changes.mp4 (7.78 MB)
03 - Retrieve stashed changes.mp4 (14.48 MB)
04 - Delete stashed changes.mp4 (4.97 MB)
01 - Local and remote repositories.mp4 (3.73 MB)
02 - Set up a GitHub account.mp4 (6.9 MB)
03 - Configure GitHub credentials.mp4 (8.41 MB)
04 - Add a remote repository.mp4 (6.57 MB)
05 - Create a remote branch.mp4 (10.62 MB)
06 - Clone a remote repository.mp4 (5.85 MB)
07 - Remote-tracking branches.mp4 (9.24 MB)
01 - Working with a remote.mp4 (3.63 MB)
02 - Push changes to a remote.mp4 (12.22 MB)
03 - Fetch changes from a remote.mp4 (9.19 MB)
04 - Merge in fetched changes.mp4 (5.22 MB)
05 - Work with new remote branches.mp4 (11.59 MB)
06 - Push to an updated remote branch.mp4 (3.98 MB)
07 - Delete a remote branch.mp4 (8.59 MB)
08 - Prune stale branches.mp4 (8.13 MB)
09 - Collaboration workflow.mp4 (8.31 MB)
10 - Collaborating on open-source projects.mp4 (4.67 MB)
01 - Create and delete tags.mp4 (10.59 MB)
02 - List tags.mp4 (4.74 MB)
03 - Push tags to a remote.mp4 (6.47 MB)
01 - About interactive staging.mp4 (11.18 MB)
02 - Interactive commands.mp4 (10.49 MB)
03 - Patch mode.mp4 (11.22 MB)
04 - Split a hunk.mp4 (12.22 MB)
05 - Edit a hunk.mp4 (13.45 MB)
01 - Cherry-picking commits.mp4 (9.09 MB)
02 - Resolve cherry-picking conflicts.mp4 (17.42 MB)
03 - Create diff patches.mp4 (6.56 MB)
04 - Apply diff patches.mp4 (5.64 MB)
05 - Create formatted patches.mp4 (10.82 MB)
06 - Apply formatted patches.mp4 (8.18 MB)
01 - Rebase commits.mp4 (4.98 MB)
02 - Perform a rebase.mp4 (17.13 MB)
03 - Merging vs rebasing.mp4 (3.97 MB)
04 - Interactive rebasing.mp4 (14.91 MB)
05 - Squash commits.mp4 (10.07 MB)
06 - Pull rebase.mp4 (14.92 MB)
01 - Blame.mp4 (17.36 MB)
02 - Bisect.mp4 (16.66 MB)
03 - Challenge Track down problems.mp4 (2.6 MB)
04 - Solution Track down problems.mp4 (15.71 MB)
01 - Next steps.mp4 (631.99 KB)]
Screenshot


Note:
Only Registed user can add comment, view hidden links and more, please register now
At 0dayhome.net, you'll find a vast collection of educational and informative tutorials to help you enhance your skills and knowledge in various fields. Our tutorials section serves as a valuable resource for beginners and experts alike, providing step-by-step guides, tips, and tricks on subjects such as technology, design, programming, photography, and much more. Whether you're looking to expand your professional repertoire or simply indulge in a new hobby, 0dayhome.net has got you covered. Why choose 0dayhome.net for all your tutorial needs? Here are a few reasons: Diverse Topics: Our platform offers a diverse range of tutorials, catering to various interests and skill levels. From learning the basics of coding to mastering advanced graphic design techniques, our tutorials cover it all. Easy-to-Follow Guides: We understand the importance of clear and concise instructions. Our tutorials are meticulously crafted with simplicity in mind, allowing you to easily grasp complex concepts and apply your newfound knowledge. Comprehensive Content: Whether you're a beginner seeking introductory tutorials or an expert looking for advanced techniques, our comprehensive collection has tutorials for every level of expertise. Take your skills to the next level with 0dayhome.net . Regular Updates: We frequently update our tutorials section, ensuring that you have access to the latest trends and techniques in your chosen field. Stay ahead of the curve and expand your knowledge with our up-to-date content. Community Engagement: Join our thriving community of learners and experts to connect, share insights, and seek guidance. Interact with fellow enthusiasts, exchange ideas, and strengthen your skills through collaboration. Free Access: Yes, you read it right! 0dayhome.net offers free access to its tutorials section. Learn and grow without any financial constraints. So, whether you're an aspiring programmer, a budding designer, or simply curious about exploring new subjects, 0dayhome.net tutorials are your go-to resource. Visit our website today and embark on a journey of continuous learning and improvement.
все шаблоны для dle на сайте шаблоны dle 11.2 скачать