Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
p100sch15003y@iiii while we're at it. How do you add a additional comment to your commit? Can't seem to find it in the documentation. But in most IDE plugins I can add a summary and comment.
-
Nobody gives a shit if it’s an enterprise or your own project. You will add a fucking git message. If you don’t, you will never be a developer and might as well just work in construction you lil shitpickle.
-
@p100sch just by making paragraphs. If you ever commit from terminal, you will see what I mean.
<Title>
<Empty line>
<Short summary>
<Empty line>
<More detailed summary>
<etc> -
Just write what changes you made in the commit, and also why you made them if it isn't obvious. Simple.
And if you happen to not know what you did it or why you did it, simply don't commit until you do know. -
Why even use version control if you don't want anyone to understand what changes you made, just upload code to drive.
Related Rants
Hi, Please those of using VScode here, is there a way to commit to Git without "Git Comments" ?, I am asking this question because of my Personal Project.
question
git
vscode
github