Troubleshooting
Helpful Commands
git log
Shows a log of previous git commits (the long string of numbers and letters), including the date and time the change was made and who made it.
git show [commit]
Shows the changes that were introduced by a specific commit. Also see git show --help and git diff --help.
Asking for Help
- Post in the
#git-chatchannel on Slack - Email support@hakai.org
- Email data@hakai.org
If you're following the recommended workflow, it can help to include where you encountered the issue.