Skip to content

GitTips

ErichStyger edited this page Jan 30, 2013 · 2 revisions

Here are some Git Tips&Tricks:

  • git status: status of repository/directory tree
  • git help: list of common options
  • git help cmd: help on cmd
  • git clean: clean repository
  • git fsck: check the file system
Clone this wiki locally