The purpose for this repository, named after the Physalia course, 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 |
---|---|
.gitconfig | at $HOME by setup.sh for automatic repository access1 |
IDE.md | GUI for GitHub repository maintenance |
NOTES.md | Important notes |
README.md | this file |
setup.sh | setup for a standard repository |
ssh.sh | setup for SSH |
docs.sh | batch file for add/commit/push operations |
Related site
-
This is now superseded with direct access via ssh, see notes at GitHub-matters above. ↩