You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: git-commands.md
+16-4
Original file line number
Diff line number
Diff line change
@@ -77,9 +77,7 @@
77
77
-[Other Resources](#other-resources)
78
78
-[Books](#books)
79
79
-[Tutorials](#tutorials)
80
-
-[Scripts and Tools](#scripts-and-tools)
81
-
-[GUI Clients](#gui-clients)
82
-
80
+
83
81
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
84
82
85
83
@@ -1322,5 +1320,19 @@ $ git reset --hard 0254ea7
1322
1320
1323
1321
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.
1324
1322
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
1326
1333
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