Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion day2_software/prs_and_reviewing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
"\n",
"**Bad commit message:** ``Fixed stuff. It's Friday evening and I want to go home now``\n",
"\n",
"If you have a few minutes to spare, [here are some more guidelines for good commit messages (and why they matter)](https://chris.beams.io/posts/git-commit/).\n",
"\n",
"You can now check that your commit is in the history using:\n",
"\n",
" git log\n",
Expand Down Expand Up @@ -219,7 +221,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"version": "3.7.1"
}
},
"nbformat": 4,
Expand Down