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 …
Yes, you CAN change commit message in git, here's HOW!
You just learned how to git change commit messages using the --amend flag, git reset command, and interactive rebase.
Set up GitHub with Visual Studio code [Step-by-Step]
Step by step instructions to setup GitHub with Visual Studio Code. Write your first commit, create branch, pull and push your changes to remote repo using …
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 …
How to add commit message in Git [Practical Examples]
You can just use git commit -m "MESSAGE" to add a commit message for any numbers of commits which you have done in git
