━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📍 ESTIMATE REPORT (TEAM STANDARD)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Effort gốc (Base Effort): 10 MD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # For git bash in window | |
| Find C:\Program Files\Git\etc\profile.d\aliases.sh and edit it | |
| ... | |
| # Alias for git | |
| alias gs='git status' | |
| alias gaa='git add .' | |
| alias gcm='git commit -m $1' | |
| alias gpom='git push origin master' | |
| alias gpo='git push origin $1' |
Make sure these boxes are checked before submitting/approving the PR
- The code works
- The code is easy to understand
- Follows coding conventions
- Names are simple and if possible short
- Names are spelt correctly
- Names contain units where applicable
- There are no usages of magic numbers