Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 245 Bytes

git.md

File metadata and controls

16 lines (11 loc) · 245 Bytes

Git

Some commands

  • git branch -d <branch-name>: Delete Branch
  • git branch | tee print branches in non interactive mode

Unadd

If you accidentally git added some files:

git reset <file>
# or for all files
git reset