Prabin Dahal
I had a nice smile when I was a kid :-)
About
Tips and Tricks
Audio / Video / Image
BASH
Databases
Documentation
Gaming
Linux
Mobile Phones
PHP
Python
TYPO3
Projects
Preeti to Unicode Converter
Bookmarks Collection
Earthquake Notifier
This Website
Snippets
Contact
Disclaimer
About
Tips and Tricks
Audio / Video / Image
BASH
Databases
Documentation
Gaming
Linux
Mobile Phones
PHP
Python
TYPO3
Projects
Preeti to Unicode Converter
Bookmarks Collection
Earthquake Notifier
This Website
Snippets
Contact
Disclaimer
Welcome
Snippets
View
Undo `git add` before committing
Undo `git add` before committing
2018-12-17
Snippets
1. To remove a file
git reset <file>
2. to remove all the files
git reset
1