From 6e38619b7aa41e67439773ba872d70efe4f8a967 Mon Sep 17 00:00:00 2001 From: BZoennchen Date: Tue, 10 Oct 2017 15:35:37 +0200 Subject: [PATCH] Update HOWTO.txt --- Documentation/version-control/HOWTO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/version-control/HOWTO.txt b/Documentation/version-control/HOWTO.txt index 6a3c49a46..0ded2da57 100644 --- a/Documentation/version-control/HOWTO.txt +++ b/Documentation/version-control/HOWTO.txt @@ -1,3 +1,3 @@ -Copy all files "post-checkout", "post-merge", "post-applypatch" and "post-commit" to .git/hooks/ +Copy files "post-checkout", "post-merge", "post-applypatch" and "post-commit" to .git/hooks/ The file "current_commit_hash.txt" will be created after a change to the current commit status. To create this file without changes to the current commit, you can choose "Switch/Checkout..." on the Repository folder. \ No newline at end of file -- GitLab