CATEGORY

GIT

Git command Cheat Sheet [One STOP Solution]

This article contains 20+ commands used in git to perform different tasks. This is a complete git command cheat sheet for beginners and advanced users with …

By stevealila · 7 min read · GIT

How to PROPERLY discard changes in GIT? [6 Methods]

There are many commands which can be used to git discard changes such as git reset, git stash, git clean, git checkout etc. We will cover all these commands …

By stevealila · 11 min read · GIT