Created
November 11, 2023 07:21
-
-
Save pejman-hkh/b05c22192887d0cfbf9e045bdda1332b to your computer and use it in GitHub Desktop.
git automerge with post-update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# An example hook script to prepare a packed repository for use over | |
# dumb transports. | |
# | |
# To enable this hook, rename this file to "post-update". | |
DIR="$( pwd; )""/../"; | |
git --work-tree=$DIR merge pejman; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment