diff options
| author | Hui Lan <lanhui@zjnu.edu.cn> | 2020-04-20 09:28:56 +0800 | 
|---|---|---|
| committer | Hui Lan <lanhui@zjnu.edu.cn> | 2020-04-20 09:28:56 +0800 | 
| commit | f1a7baf90d0d67b7d7a05479e190120bf65f2b0f (patch) | |
| tree | 4dbcf164dbd3a18c1a27e577dec001f4ee10169b | |
| parent | f7d4c9dd0205801aa5c0ee54bdc2b339ccbc616a (diff) | |
spm-slides.tex: use a real example of bug fix from my course Software Project Management.
| -rw-r--r-- | spm-slides.tex | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spm-slides.tex b/spm-slides.tex index 18983f2..a709813 100644 --- a/spm-slides.tex +++ b/spm-slides.tex @@ -699,7 +699,7 @@ Two models:  {\bf checkout} - switch to a branch -{\bf revision or commit} - "Oh yes, she fixed that in revision 10" or "She fixed that in commit fa458b1fac". +{\bf revision or commit} - "Oh yes, she fixed that in revision 10" or "Ashly fixed that in commit \href{https://github.com/lanlab-org/LRR/pull/21/commits/2a6ed869ffc332bfceb2cb77b6a5754353650667}{2a6ed86}".  {\bf diff} - textual representation of a change. | 
