GIT hard reset

# Revert changes to modified files. git reset --hard HEAD # Remove all untracked files and directories. (`-f` is `force`, `-d` is `remove directories`) git clean -fd

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.