Tag Archives: git

Git Reset

Overview * A tree can be visualized as a directory * git reset: moves HEAD pointer in the current branch * Counting commits backward: HEAD~: one commit back HEAD~2: two commits back HEAD~n: n commits back * Counting commits forward … Continue reading

Posted in git | Tagged | Comments Off on Git Reset