Git reset

Git reset

367

Usage: git reset [file]

This command unstages the file, but it preserves the file contents.

Usage: git reset [commit]

This command undoes all the commits after the specified commit and preserves the changes locally.

Usage: git reset –hard [commit]

This command discards all history and goes back to the specified commit.

- Last updated 1 year ago

Be the first to leave a comment.

You must login to leave a comment