Skip to content

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

If you're following the recommended workflow, it can help to include where you encountered the issue.