-
Notifications
You must be signed in to change notification settings - Fork 9
Using GitHub
-
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 creaetion 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