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