6. GitHub - fork, pull request, code review1. What is a Fork? A fork is a copy of someone else's repository that is created under your account. This allows you to work on the codebase independently without affecting the original repository. Why Fork? To make changes to a project you don’t ow...Dec 6, 2024·4 min read
1. Setup and Configuration : config, clone, initConfiguring your GIT: Before getting into configuration, check the version of git available in your system, if not install GIT. You can check the version using: git --version As, we have installed GIT, in your system open git bash Git Bash is a c...Dec 4, 2024·2 min read