@@ -239,8 +239,8 @@ $ git commit --amend
239
239
## Advanced GitHub Issues
240
240
241
241
### Summary
242
- * < a href = " https://guides.github.com/overviews/issues/ " class = " githublink " >Guide to Mastering Issues</ a >
243
- * < a href = " https://help.github.com/articles/closing-issues-via-commit-messages " class = " githublink " >Automatic closing of Issues by commit</ a >
242
+ * [ Guide to Mastering Issues ] ( https://guides.github.com/overviews/issues/ )
243
+ * [ Automatic closing of Issues by commit ] ( https://help.github.com/articles/closing-issues-via-commit-messages )
244
244
* Symmetric cross-links of issue mentions
245
245
* Cross-repo Issue mentions
246
246
@@ -429,8 +429,8 @@ $ git rebase -i [remote]/[branch]
429
429
## Advanced rebasing
430
430
431
431
### Summary
432
- * < a href = " http://git-scm.com/book/ch3-6.html " class = " booklink " >Rebasing chapter of Pro Git book</ a >
433
- * < a href = " http://git-scm.com/book/ch3-6.html#More-Interesting-Rebases " class = " booklink " >Git rebase --onto section of Pro Git book</ a >
432
+ * [ Rebasing chapter of Pro Git book ] ( http://git-scm.com/book/ch3-6.html )
433
+ * [ Git rebase --onto section of Pro Git book ] ( http://git-scm.com/book/ch3-6.html#More-Interesting-Rebases )
434
434
* Changing where branch history begins
435
435
* Moving blocks of history around
436
436
* Breadcrumbs for later fixups and squashes
@@ -605,9 +605,9 @@ $ git credential-cache exit
605
605
* Classic authentication with GitHub
606
606
* Diminishing in use at HTTPS increases
607
607
* Blocked by more firewalls
608
- * < a href = " https://help.github.com/articles/generating-ssh-keys " class = " booklink " >Generate SSH key</ a >
609
- * < a href = " https://github.com/settings/ssh " class = " githublink " >Upload public key to GitHub</ a >
610
- * < a href = " https://github.com/settings/ssh " class = " githublink " >Audit SSH key use</ a >
608
+ * [ Generate SSH key ] ( https://help.github.com/articles/generating-ssh-keys )
609
+ * [ Upload public key to GitHub ] ( https://github.com/settings/ssh )
610
+ * [ Audit SSH key use ] ( https://github.com/settings/ssh )
611
611
612
612
613
613
#### Details
@@ -637,9 +637,9 @@ $ gitk --all
637
637
## Widely used GUIs
638
638
639
639
### Summary
640
- * < a href = " http://git-scm.com/downloads/guis " class = " weblink " >Listing of GUIs</ a >
641
- * < a href = " http://eclipse.github.com " class = " weblink " >eGit for Eclipse</ a >
642
- * < a href = " http://www.syntevo.com/smartgithg/ " class = " weblink " >SmartGit for Windows, Mac, Linux</ a >
640
+ * [ Listing of GUIs ] ( http://git-scm.com/downloads/guis )
641
+ * [ eGit for Eclipse ] ( http://eclipse.github.com )
642
+ * [ SmartGit for Windows, Mac, Linux ] ( http://www.syntevo.com/smartgithg/ )
643
643
644
644
## Refspecs
645
645
### Summary
0 commit comments