Git Tips and Tricks Год выпуска: 2024 Производитель: Pluralsight Сайт производителя: https://www.pluralsight.com/courses/git-tips-tricks Автор: Enrico Campidoglio Продолжительность: ~2h23m Тип раздаваемого материала: Видеоурок Язык: Английский Описание: If you've been using Git for a while, then you probably know how to use it like any other version control system: you commit files, review changes, and create and merge branches. However, Git is unique because it puts you in complete control of your source code history. In this course, Git Tips and Tricks, you'll learn how to use Git's lesser-known features to improve your daily workflow. First, you'll look at how to use Git efficiently from the command line to help you find a method that fits your workflow and maintains a good-looking history. Next, you'll discover how to track commits across branches and recover from seemingly disastrous mistakes. Finally, you'll learn how to debug using Git. When you're finished with this course, you'll have the skills and knowledge of Git's hidden features needed to maximize the potential of your workflow.
Содержание
Course Overview 2mins Course Overview 2m Embracing the Command Line 9mins Why This Course? 1m CLI vs. GUI 3m The Tools 1m Git Fundamentals 4m Elevating Your Command Line Experience 22mins Command Line Utilities 4m Aliases 4m Pretty Logs 3m Pretty Diffs 6m Inspecting Commits 5m Summary 1m Keeping a Clean History 30mins The Importance of a Clean History 2m Anatomy of a Good Commit 5m Atomic Commits 7m Consistent Commits 4m Incremental Commits 5m Documented Commits 4m Private vs. Public History 3m Summary 1m Searching Through History 24mins The Concept of Reachability 7m When Was This Merged? 5m Commits vs. Patches 3m When Was This Changed? 5m Who Changed It? 4m Summary 1m Merging the Right Way 31mins The Power of Git's Branching Model 6m Different Kinds of Branches 4m Different Ways of Merging 8m Resolving Conflicts 7m Ours vs. Theirs 2m Reusing Recorded Resolutions 3m Summary 1m Fixing Mistakes 24mins Amending Commits 9m Git Undo 5m Recovering Lost Commits 4m Debugging with Bisect 5m Summary 1m
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum