csunibo / note-website

This will be a website for notes for the first course in Computer Science at our University made by students.
2 stars 0 forks source link

introduced courses' page's layout #6

Closed gianlourbano closed 5 months ago

gianlourbano commented 3 years ago

Screenshot 2021-09-15 163616 Ho provato a fare un abbozzo di layout per la pagina dei corsi, con animazioni

Flecart commented 3 years ago

E Inoltre riguardo al titolo della PR e del commit , una best practice è seguire questo. http://karma-runner.github.io/6.3/dev/git-commit-msg.html

Dovrebbe aiutare a orientarsi nei commit quando ce ne saranno molti, dovrebbe salvare un bel po di tempo per trovare il commit che inavvertitamente ha introdotto un bug per esempio

edit: per rinominare il commit fai

git reset HEAD~1
git commit -am "{nuovo messaggio}"
git push --force origin {nome branch}