fluffynuts / newts

Bootstraps a TypeScript npm module project
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

should offer to set up a pre-push hook to validate that the branch is up-to-date #5

Open fluffynuts opened 3 years ago

fluffynuts commented 3 years ago

using pre-git, the project should invoke the verify-up-to-date task from zarro to check that the current branch is up-to-date with the remote & with the main/master branch if it's not the main/master branch

requires:

fluffynuts commented 3 years ago

Note that the solution should simply involve invoking zarro verify-up-to-date.