CATEGORY

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 …

By stevealila · 7 min read · GIT

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

By stevealila · 6 min read · GIT