Committing to your remote repository at least this often
Daily
You use this to copy a project into your local repository. We use the SSH.
Clone/ Git Clone
You would use this type of demo to show your team members the implementation of the code and for them to ask any coding questions.
Technical Review/ Technical Demo
The sub parts of a story
Task
The UI that is used for git project collaboration and version control
Git Lab
Do this before you make a commit to make sure it is really completed and passes the pipeline.
Test / Build
Used to modify commits interactively.
git rebase -i HEAD
This would be a demo for the business and the last demo before closing a story
Business Demo/ Demo
The qualifications that must be met for a story to be considered done
Acceptance Criteria/ AC
Never push directly to this branch
Master
edit
git commit --amend
git rebase --continue
Practice/Test
This should tell a story.
Commit Messages
Six Types of Commit Messages
Feat, Fix, Refactor, Docs, Style, Perf, Test, Build, CI, Chore, Revert