Skip to content

Commit 0297a05

Browse files
Add git tutorial links
1 parent 9fac448 commit 0297a05

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

git-commands.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@
7777
- [Other Resources](#other-resources)
7878
- [Books](#books)
7979
- [Tutorials](#tutorials)
80-
- [Scripts and Tools](#scripts-and-tools)
81-
- [GUI Clients](#gui-clients)
82-
80+
8381
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
8482

8583

@@ -1322,5 +1320,19 @@ $ git reset --hard 0254ea7
13221320

13231321
Using `git reset` it is then possible to change master back to the commit it was before. This provides a safety net in case history was accidentally changed.
13241322

1325-
(copied and edited from [Source](https://www.atlassian.com/git/tutorials/rewriting-history/git-reflog)).
1323+
(copied and edited from [Source](https://www.atlassian.com/git/tutorials/rewriting-history/git-reflog)).'
1324+
1325+
# Other Resources
1326+
1327+
## Books
1328+
1329+
* [Pro Git](https://git-scm.com/book/en/v2) - Scott Chacon and Ben Straub's excellent book about Git
1330+
* [Git Internals](https://github.com/pluralsight/git-internals-pdf) - Scott Chacon's other excellent book about Git
1331+
1332+
## Tutorials
13261333

1334+
* [Learn Git branching](https://learngitbranching.js.org/) An interactive web based branching/merging/rebasing tutorial
1335+
* [Getting solid at Git rebase vs. merge](https://medium.com/@porteneuve/getting-solid-at-git-rebase-vs-merge-4fa1a48c53aa)
1336+
* [git-workflow](https://github.com/asmeurer/git-workflow) - [Aaron Meurer](https://github.com/asmeurer)'s howto on using Git to contribute to open source repositories
1337+
* [GitHub as a workflow](https://hugogiraudel.com/2015/08/13/github-as-a-workflow/) - An interesting take on using GitHub as a workflow, particularly with empty PRs
1338+
* [Githug](https://github.com/Gazler/githug) - A game to learn more common Git workflows

0 commit comments

Comments
 (0)