GIT
A practical guide to git reset hard vs soft vs mixed
Git reset hard undoes changes and removes the associated files from the working directory, staging area, and commit history. Git reset soft undoes the changes …
git set upstream Explained [Practical Examples]
Applying git set upstream saves you a ton of development, push and project collaboration time since you can manage a repo with minimal effort
SOLVED: git remove file from tracking [Practical Examples]
Multiple methods and examples to perform git remove file from tracking. Remove entire directory from tracking, remove files from tracking for all pull requests. …
Git remove untracked files simplified [Do's & Don'ts]
3 different methods to perform git remove untracked files with syntax and examples. Understand the do's and don'ts before removing untracked files properly
Right Way to git undo commit before push: Zero Mistakes
4 different methods to perform git undo commit before push with examples. Syntax explained for all the different methods
