issues
search
dward2
/
BME547
Medical Software Design
74
stars
165
forks
source link
Git Fundamentals Practice Feedback
#604
Open
dward2
opened
2 months ago
dward2
commented
2 months ago
Avoid duplicated commit messages.
Make sure that each message describes how that commit is different for others.
If you are making small changes trying to debug something, indicate what you are trying in each commit.
If making a commit directly on GitHub, it will provide a suggested git commit message. Make sure to change/update that.
Don't ever commit to main branch.