
Master git fundamentals through hands-on projects, learning installation, configuration, and core operations from local repos to GitHub, GitLab, and Bitbucket, including branches, merges, pull requests, and conflict resolution.
Learn to download and install Git and GitHub for a multi-team project, initialize a local repository, configure it, and perform daily operations like diffing, reviewing, and committing changes.
Install and verify Git on your machine, initialize a local repository, create and track files, commit with messages, configure user details, and explore diffs, logs, resets, and reverts.
Learn to set up a GitHub project: create a Twitter account for squaller, make a private repository, push local changes, issue and approve pull requests, and clone the project.
Learn to create and manage a GitHub project from sign up to private and public repositories, branches, readme, pushes, pulls, and inviting collaborators.
Learn to manage multiple releases with Git by creating and deleting branches, switching between branches, removing unwanted files from local repositories, and maintaining a clean commit history.
Learn to create and switch local git branches, manage files across main, development, and feature branches, and commit, push, pull changes, and merge via pull requests.
Learn to manage a multi-team git workflow by creating branches, cloning from GitHub, using mercurial, and resolving merge conflicts, while aligning a branding strategy for a new feature rollout.
Create master, development, and feature branches, clone a GitHub demo project, and merge feature into main while preserving history. Resolve conflicts with a merge tool and proper git commands.
Implement a common workflow using get flow to align developers across feature branches and the development branch, enabling quick hotfixes and a coherent project workflow.
Learn to apply git flow in a practical project: initialize a repo, create and manage main, develop, feature, release, and hotfix branches, push, merge, and tag release 1.0.
Set up a robust version-control workflow for two teams, learning to download and install code locally, integrate Vesku, and push to remote repositories via IntelliJ IDEA.
Set up development tools like VS Code and IntelliJ, create and clone a GitHub repository, and manage files with git commands—committing, pushing, and pulling changes—for project-based learning.
Learn to set up and manage source code with git and GitHub, including creating accounts, configuring the source code management flow, handling remote repositories, cloning, performing operations, and merging branches.
Master end-to-end git workflows by creating a hosting account, registering and verifying email, initializing a project, cloning locally, configuring user details, and executing push, pull, branching, and merge requests.
Create a Bitbucket account and learn to work with Bitbucket remote repositories, clone them locally, and perform essential operations. Master matching branches in Bitbucket to manage source code effectively.
Create and verify a BitBucket account, set up and clone a repository, push and pull changes, create and switch branches, merge via a pull request, and manage readme and gitignore.
Complete hands-on course which will help learners to understand all the nitty-gritty required in any developer role in a unique story telling way covering the business scenarios to help you understand in interesting and engaging way. This course contains total 8 projects which cover different aspects of Git, GitLab, GitHub and BitBucket. Also you will learn how to work with Git in a Visual studio code as well as in IntelliJ IDEA.
So, if you are new to a developer role or a college fresh out and want to learn how to start working on Git. This course is for you.
This course will cover all the necessary hands-on tasks which you may come across in a developer role on a daily basis:
1. How to Download and Install GIT in your local system
2. How to Initialize GIT for project in your local system
3. How to configure GIT
4. How to Perform various GIT operations
5. How to Create GITHUB account
6. How to Create PRIVATE GITHUB repository
7. How to PUSH code/files from local to GITHUB repository
8. How to Add users to GITHUB repository
9. How to create pull request
10. How to enforce approval mechanism while merging Pull request
11. How to approve pull request and merge the code
12. How to remove unwanted files from local repositories
13. How to create and delete branches in GIT
14. How to switch between different branches
15. How to revert changes in GIT
16. How to use git rebase
17. How to create different branches in GIT
18. How to clone the project from GITHUB repository to local
19. How to use merge tool
20. How to resolve merge conflicts
21. How to create GITFLOW for your project
22. Hot to create HOTFIX in your existing repository. 1. How to download and install VSCode locally
23. How to integrate VSCode with GIT
24. How to commit code/file on remote repositories using VSCode tool
25. How to download and install IntelliJ IDEA locally
26. How to integrate VSCode with IntelliJ IDEA
27. How to commit code/file on remote repositories using IntelliJ IDEA
28. How to create GitLab account
29. How to work with GitLab remote repositories
30. How to clone GitLab remote repositories into local system