Discover branches and remote repos for version control in collaborative software and data projects using Git!
This course builds upon foundational knowledge of Git, introducing new concepts, including branches, remote repos, and the handling of merge conflicts. You'll discover how branches allow continuous software development, where a production system can remain live while additional features are developed or bugs are fixed. You'll learn the essential techniques for working with branches, using Git to navigate, compare, rename, delete, and merge them.
The course will show you tips and tricks to avoid merge conflicts, where Git does not know how to combine the contents of files when merging two branches. You'll practice resolving merge conflicts and familiarize yourself with how Git displays conflicts in files. The course concludes with introducing remote repos, which are fundamental for collaborative projects with Git. You'll synchronize your content between local and remote repos using common commands such as clone, fetch, pull, and push!
This course builds upon foundational knowledge of Git, introducing new concepts, including branches, remote repos, and the handling of merge conflicts. You'll discover how branches allow continuous software development, where a production system can remain live while additional features are developed or bugs are fixed. You'll learn the essential techniques for working with branches, using Git to navigate, compare, rename, delete, and merge them.
The course will show you tips and tricks to avoid merge conflicts, where Git does not know how to combine the contents of files when merging two branches. You'll practice resolving merge conflicts and familiarize yourself with how Git displays conflicts in files. The course concludes with introducing remote repos, which are fundamental for collaborative projects with Git. You'll synchronize your content between local and remote repos using common commands such as clone, fetch, pull, and push!