Klik onder de build's titel op het eerste commit bericht.
Het commit bericht moet voldoen aan een vooraf vastgesteld formaat.
Er wordt dan gevraagd om een commit bericht te schrijven.
You are asked to write a commit message.
Wijzig het commit bericht en verlaat de editor.
Change the commit message, and exit the editor.
Het laatste om in gedachten te houden is het commit bericht.
The last thing to keep in mind is the commit message.
Je eerste uitdaging is afdwingen dat ieder commit bericht moet voldoen aan een specifiek formaat.
Your first challenge is to enforce that each commit message must adhere to a particular format.
We raden het laatste aan, al was het maar om een mooiere merge commit bericht te krijgen.
We would suggest the latter, even if only to make a nicer merge commit message.
De pre-commit hook wordt het eerst aangeroepen, voordat je zelfs een commit bericht begint te typen.
The pre-commit hook is run first, before you even type in a commit message.
Als je alleen je laatste commit bericht wilt wijzigen, dan is dat heel eenvoudig
If you simply want to modify your last commit message, that's easy
Vul eerst een commit bericht in voordat je commit
Please enter a commit message before committing
De commit-msg hook krijgt één parameter, en dat is weer het pad naar een tijdelijk bestand dat het commit bericht bevat die door de ontwikkelaar is geschreven.
The commit-msg hook takes one parameter, which again is the path to a temporary file that contains the commit message written by the developer.
Vanaf nu, zolang als dat update script aanwezig is en uitvoerbaar, zal je repository nooit een commit bericht zonder jouw patroon bevatten, en je gebruikers worden beperkt in hun vrijheid.
From now on, as long as that update script is there and executable, your repository will never have a commit message without your pattern in it, and your users will be sandboxed.
Dat plaatst je in je teksteditor, met je laatste commit bericht erin, klaar voor jou om je bericht te wijzigen.
That drops you into your text editor, which has your last commit message in it, ready for you to modify the message.