#git-tips
Read more stories on Hashnode
Articles with this tag
I’m using the erdaltsksn/blank as a Template for my open-source projects. When I make a commit in this repository, I need to apply the same commit to...
GIT has a wonderful idea that is known as the staging area. The stage area is the place where you prepare the files that are going to be on your next...
You can add a tag to a previous commit in Git using the command git tag TAG_NAME COMMIT_HASH. However, this will update the tag's date, which can...