#git
Read more stories on Hashnode
Articles with this tag
1. 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...
A remote in Git is a reference to a repository located elsewhere, typically on a server or a cloud-hosted platform (e.g., GitHub, GitLab, Bitbucket)....
log command The git log command in Git is used to display the commit history of a repository. It shows a chronological list of commits, providing...
Configuring your GIT: Before getting into configuration, check the version of git available in your system, if not install GIT. You can check the...