BLOG

Latest Articles

9 su command examples in Linux [Cheat Sheet]

su command is used to switch users between one user to another and execute commands. You can either keep the user environment or use a different shell with su …

By rohantimalsina · 5 min read · CheatSheet

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