Skip to content

Instantly share code, notes, and snippets.

@Daniel-Walsh
Last active October 6, 2021 05:05
Show Gist options
  • Save Daniel-Walsh/363f3e5b0ffdae8d89664c7f0f412555 to your computer and use it in GitHub Desktop.
Save Daniel-Walsh/363f3e5b0ffdae8d89664c7f0f412555 to your computer and use it in GitHub Desktop.
Git command cheat sheet

Git command cheat sheet

fred

🗑 Remove untracked files and directories

$ git clean -d -f

Parameters

  • -d — Includes directories
  • -f — Force removes the items
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment