From 95d14f996313924693b6f769b12656bdbea24ae2 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Tue, 7 May 2019 09:07:06 +0800 Subject: Add 2 examples of github commit notifications from SYHWY and Dragon Dov --- spm-slides.tex | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'spm-slides.tex') diff --git a/spm-slides.tex b/spm-slides.tex index e147ca7..527e168 100644 --- a/spm-slides.tex +++ b/spm-slides.tex @@ -862,6 +862,43 @@ The review should be public, so that other people can see it and know that a rev Commit notifications are useful. +{\small +\begin{verbatim} +Branch: refs/heads/master +Home: https://github.com/SYHWY/project_one +Commit: e6873456c6f525ac10633fa660da1b3e8e454394 +https://github.com/SYHWY/project_one/commit/e6873456c6f525ac10633fa660da1b3e8e454394 +Author: SYHWY <49365180+SYHWY@users.noreply.github.com> +Date: 2019-05-04 (Sat, 04 May 2019) + +Changed paths: +M service.py + +Log Message: +----------- +add delete method + +add delete method for pages + + +Branch: refs/heads/master +Home: https://github.com/DragonDove/thoth +Commit: 3f5c59c81926bccdfb021f6056f12b4b696e281e +https://github.com/DragonDove/thoth/commit/3f5c59c81926bccdfb021f6056f12b4b696e281e +Author: Dragon Dove <874898731@qq.com> +Date: 2019-05-02 (Thu, 02 May 2019) + +Changed paths: +M app.py +M util.py + +Log Message: +----------- +Remove unnecessary code, ignore the data in for loop + +\end{verbatim} +} + A valuable way to spend time. One could contribute as much to the project by reviewing others' changes as by writing new code. -- cgit v1.2.1