-
Notifications
You must be signed in to change notification settings - Fork 9
Using GitHub
github.com/[org]/[repo] (org web) |
github.com/[user]/[repo] (user web) |
~/github/[repo] (user local) |
|
---|---|---|---|
->1x | -> fork | -> clone | |
<- | merge pull request {admin} <- | <- [pull request](Fork & Pull Model) | <- push, <-> commit |
where:
-
[org]
is an organization (eg ohi-science) -
[repo]
is a repository in the orgranization (eg ohicore, ohiprep, etc.) -
[user]
is your github username
-
ohicore milestones on HuBoard - excellent overview
-
maintain ordering by editing
order
in top comment of issue:<!--- @huboard:{"order":0.01,"custom_state":""} -->
-
GitHub Issues 2.0: The Next Generation - lots of useful tips, including keyboard shortcuts
-
GitHub Mention @somebody. They're notified.
including
@user
in issue comments notifies that person and subscribes to future updates. -
Trying to enable creation of issues via email alone:
- Connect GitHub to Email via IFTTT doesn't seem to work based on my recipe: Send [email protected] an email tagged #ohicoreIssue from [email protected].
-
Closing Issues Across Repositories
Now you can include "fixes user/repo#45" in your commit message, and it will close the referenced issue, provided you have the permission to push to that repository.
-
curl -i -u bbest https://api.github.com/issues
-
github-issues-import - this Python script allows you to import issues and pull requests from one repository to another
-
tutorial: Team Collaboration With GitHub