Software development:
Python:
Git:
- Remember to git branch -a
- Configure git metadata
# Per repo git config user.name "My Awesome Name" git config user.email "rrr@gg.com"
- Partially commit incremental pieces of work
git add --patch YOURAWESOMEFILE