#git bot interface
History of !unstage
- To unstage a file from the index(in other words, to undo an accidental `git add foo/bar.txt`), use: git reset -- foo/bar.txt
By jast at 2013-01-13 18:43:59
- To unstage a file from the index(in other words, to undo an accidental `git add foo/bar.txt`), use: git reset foo/bar.txt
By EugeneKay at 2012-08-13 08:23:11