A repo for DSMI lab members to practice git.
You are welcome to use this repo to practice your skill of git / Github
Below briefly describe the step of using git / Github, once you understand the logic, you can practice under the /practice
folder.
This step need to finish under Github
The operation you will need: clone
, push
, commit
, pull
Once you modify the repo under your GitHub, click Pull requests
button and start your PR.
The PR page will show the difference between your repo & origin repo, and then tell if you can send a PR.
- Note: if it tells you can nott send a PR, it means there exist the conflict. You need to re-send the PR after solve the conflict.
Click Create pull request
to write the message of this PR. You need to describe title & comment.
For DSMI lab members, It is suggested to follow the rules below:
- Capitalize the subject line
- Use the imperative mood in the subject line
- Limit the subject line to 50 characters
- Wrap the body at 72 characters
- (optional)Assign a assignees & multi-reviewer
After send a PR, you can see PR in the orign repo website!
You are welcome to share any reference :)