Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git-reset-script - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe773388c9d55fdb87967bc04765fa94a83bf2c7 (plain)
1
2
3
4
5
#!/bin/sh
: ${GIT_DIR=.git}
git-read-tree --reset HEAD
git-update-cache --refresh
rm -f "$GIT_DIR/MERGE_HEAD"