4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
|
#!/bin/sh
|
||
|
git-read-tree --reset HEAD
|
||
|
git-update-cache --refresh
|