Skip to content

Commit

Permalink
Updated project_management.rst for how to add commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
yhan818 committed May 28, 2022
1 parent d830cfc commit 24771dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/project-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ use the following ``git`` commands:
$ git branch # list all the branches and * is the current branch
$ git push origin <branchname> # push to a remote branch

In accordance with git's best practices, the commit message should be short but descriptive.
Avoid general messages like "updated file.txt" when possible.


Versioning and tagging
----------------------
Before creating a new tag, we need to make sure all related files updated to reflect the new tag.
Expand Down

0 comments on commit 24771dd

Please sign in to comment.