marp | theme |
---|---|
true |
gaia |
- Open Github
- Sign-Up (required email)
- Create new Repository (define name and public or private)
- Add File -> Create new file -> README.md
- Add content:
# Git Introduction
- Define Commit Message
- Commit
- Well done. your first Git commit
- Edit File README.md
- Modify the Content, Define Message and Commit
- Do it again or more.
- Get list of commit by
Click
oncommits
information - Click on each commit
title
to see history and changes - Browse the specific revision by clicking
<>
- Add File -> Create new file -> TODO.md -> add content:
# Think we should do
* Create File
* Create Branch
* Pull Request
* Merge
- add commit message and choose create new branch for pull request
- define branch
Todo
and Clickpropose new file
create pull request
- We can comment, review, add more commit and finally merge the pull request.
- Add new issue
- Create Milestone
- Add File
Workflow.md
as workflow pull-request branch - Link pull-request with issue
- Code Review with comment, suggestion and Approval
- Integrate with CI with github workflow setup
- Squash and Merge to close the issue
- Forking or initiate pull-request
- This require for non commit access repository
- Or for community contribution