Eventually Consistent

Dispatches from the grey area between correct and working

Posts tagged "Git-reset"

1 post found

git

Git Reset

Oh, the usefulness of git reset. It works in two modes: The first mode modifies the "index" and the working-tree, moving around files similarly to git add but in the opposite direction. The second mode affects the tip of the branch, effectively undoing commits.

Read more