#git
Read more stories on Hashnode
Articles with this tag
In Git, git revert is a command used to create a new commit that undoes the changes made by a specific commit or commits, effectively reverting the...
Git reset is a command in the Git version control system used to reset the current state of the repository to a specified point. Itβs a powerful tool...
π π’π π¬πππ¬π‘ is a Git command that allows developers to save changes in their working directory without committing them. This is particularly...
The π π’π ππ«ππ§ππ‘ command in Git is used for managing branches within a repository. It provides various functionalities to create, list, delete,...
In Git, a branch is a movable pointer that refers to a specific commit in the version history of a Git repository. It represents an independent line...
π π’π π’π§π’π is a Git command used to initialize a new Git repository. When you run this command in a directory, it sets up all the necessary files...