CATEGORY

GIT

git reset examples [hard vs soft vs mixed]

The git reset command changes your repository and working directory to a known state. Specifically, git reset adjusts the HEAD ref to a given commit, and by …

By admin · 10 min read · GIT