git/git-reset-script
Linus Torvalds 40d8cfe411 Trivial git script fixups
Fix permissions, and add trivial "reset" and "add" scripts.

The "reset" script just resets the index back to head, while the "add"
script is just a crutch for people used to do "cvs add".
2005-06-14 18:56:05 -07:00

4 lines
64 B
Bash
Executable file

#!/bin/sh
git-read-tree --reset HEAD
git-update-cache --refresh