home.social

#gitsubtree — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gitsubtree, aggregated by home.social.

  1. Some more `git subtree push` quirks:

    • `git subtree push` (obviously) does not push :gitannex: files to the remote. Syncing annexed files there is unergonomic.
    • `git subtree push` also strips commit signatures (e.g. GPG and as such timestamps). The truth lies in the monorepo only. Understandable, but very uncool.

    git submodules have neither problem, but without tools like :datalad: you can't commit at once.