
Learn the basics of source code management with Git, including repositories, workspaces, commits, merges, and conflicts, plus hands-on Windows setup for practical usage.
learn to download and install git, sign up for a free github account, and create a repository with a local project directory using git.
Initialize a git repository and stage two artifacts for version control, then commit and push, while pulling updates to synchronize workspace and repository state.
Understand the staging area, commits, and repository flow in Git, work with master and feature branches, and manage language-specific branches and tags for multilingual artifacts.
Explore version control with git by creating and managing branches, committing changes, switching between branches, and merging updates into master, with hands-on practice in a sample repository.
in this course you will learn the basics of version controlling, understand that it can also be used for artifact mangement where it is not necessary that artifact is always code. And we will see an introduction with hands on to a tool called as GitHub. This course module is free to be viewed for all users. Your kind feedback is appreciated.