You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't looked deeply into git pre-hooks, but I imagine the ppl using this could provide instructions (or even upgrade the init.sh with an option) to make the git-meta commands run whenever an commit is done (before) and after a pull is done as to provide a seamless experience.
The text was updated successfully, but these errors were encountered:
@vvambo it already runs at a pre-commit hook (pls remember that it is installed manually per repo, by placing git-meta.sh and init.sh then running init.sh). Storing timestamps after a pull/merging is an amazing idea I haven't though about before
danimesq
changed the title
Provide support to integrate into usual git commands (commit / pull)
Support "git pull" post hook alongside "git commit" pre hook
Dec 25, 2022
I haven't looked deeply into git pre-hooks, but I imagine the ppl using this could provide instructions (or even upgrade the init.sh with an option) to make the git-meta commands run whenever an commit is done (before) and after a pull is done as to provide a seamless experience.
The text was updated successfully, but these errors were encountered: