Skip to content

Latest commit

 

History

History
229 lines (14 loc) · 977 Bytes

README.md

File metadata and controls

229 lines (14 loc) · 977 Bytes

Git Flight Rules

  1. Resolving current Index

    Errors:

  2. reset status of any file in the local git index

    • git reset -- < file name >
  3. restore file in the local repo

    • git checkout --- < file name >

Written with StackEdit.