physalia
The purpose for this repository, named after the Physalia GWAS-course, https://github.com/jinghuazhao/GWAS-course when in preparation, was to record basic uses of GitHub as well as call for contributions to GitHub repositories.
How to contribute
(Adapted from Apress)
Efforts are highly welcome as a long-term project, via the following steps:
- Make sure you have a GitHub account.
- Fork a repository.
- Create a new branch on which to make your change, e.g.
git checkout -b my_code_contribution
- Commit your change. Include a commit message describing the correction. Please note that if your commit message is not clear, the correction will not be accepted.
- Submit a pull request.
A summary of files
File | Description |
---|---|
api.md | Command-line repository creation |
IDE.md | GUI for GitHub repository maintenance |
Notes.md | Important notes |
README.md | this file |
csd3.sh | A package-building example |
setup.sh | setup for a standard repository |
ssh.sh | setup for SSH |
docs.sh | batch file for add/commit/push operations |
For additional information, see GitHub-matters, https://cambridge-ceu.github.io/GitHub-matters/.