Git
Use multiple Git accounts from a single Linux machine
As developers, you must have used git & git based platforms like GitHub, GitLab, Bitbucket, etc. on a daily basis. Let's say you have your personal GitHub & GitLab accounts associated with your personal email id. Now, you join a company where you have been given a new official email id &
Getting started with Git - Part 4 - Forking & Making Pull Requests (PR)
Let's learn about forking repositories and making pull requests. When multiple developers work on a repository, it is considered a best practice to disallow pushing directly to the master
branch. Instead, the commits are made in a different branch and pushed to the remote. Then, a Pull request
is