Daily challenges →
🌿 Git hard ⚡ 70 XP

On a Git server, how does the `update` hook differ from `pre-receive`?

A push updating three branches triggers one `pre-receive` (all-or-nothing) but three `update` invocations, letting the server accept some ref updates while rejecting others.

🌊 This is a free sample — 1015+ more questions on DevOps Ocean

Sign in free to practice the full question bank with daily challenges, XP, streaks, duels and a global leaderboard.

Practice the full bank — free →