nus-cs2113-AY2324S2 / forum

2 stars 0 forks source link

Git Commit Messages Issue #9

Open nidhi-nayak opened 4 months ago

nidhi-nayak commented 4 months ago

Hi, When first starting this project I was a bit confused on tagging so I labeled by commit messages as "Level-0" and "Level-1" (and so onward), instead of a descriptive message detailing what I did. I later realized what was meant by tagging, and added that to the respective commits, but after doing some research online, I found that I am unable to change my commit messages without messing up the timeline of my commits (ie force pushing to my commit history, which I don't necessarily want to do).

Is it ok that my initial commit messages aren't detailed? Will I lose points on this? Should I force push to make them more descriptive?

okkhoy commented 4 months ago

Ignore those things that are completed. From now on, pls do it the right way.

nidhi-nayak commented 4 months ago

Will do! Sorry for the confusion. Will I lose points on this? I don't mind rebasing the commit messages to make them more descriptive if so.

okkhoy commented 4 months ago

It should be fine. No need to worry

okkhoy commented 4 months ago

Reopening as psa for those who may have similar issue.