We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2afa7a commit 84df490Copy full SHA for 84df490
README.md
@@ -11,3 +11,8 @@ Saves all commits to non-owned repositories to your own repository as dummy comm
11
3. Download [post-commit](post-commit) and set `GITHUB_ACCOUNT_URL` and `DUMMY_COMMIT_REPOSITORY`
12
4. Make `post-commit` executable by running `chmod +x post-commit`
13
5. Copy `post-commit` to a project's `.git/hooks` directory to have it save dummy commits
14
+
15
+## Check that it works
16
17
+1. Create a local commit for a project with `post-commit` installed
18
+2. Check that your dummy commit repository (e.g. `git-history`) on GitHub received the dummy commit
0 commit comments