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 | |
# https://opensource.org/licenses/MIT (c) 2018 | |
# Oren Tirosh <[email protected]> | |
# | |
# See and change what your repository looks like from the neck down. | |
# | |
# Under git-neck, the HEAD is HEAD^ and worktree is HEAD. | |
# If you make any changes to the neck, your real HEAD commit is adjusted | |
# so that its content remains unmodified with the exact same tree hash. | |
# If you look at it as the difference from its (now modified) parent it |