From 3b02999e9d7d43418618fd18f7924f1725d52f3f Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 7 Dec 2020 18:35:37 +0100 Subject: [PATCH] posts: git-basics: add misc section --- content/posts/git-basics.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/posts/git-basics.md b/content/posts/git-basics.md index 1501cbe..1bc7a5f 100644 --- a/content/posts/git-basics.md +++ b/content/posts/git-basics.md @@ -312,6 +312,16 @@ One very useful command you can add to your tool belt is `git add -p`, which prompts you interactively for each patch in your working directory : you can easily choose which parts of your changes should end up in the same commit. +### Miscellaneous commands + +Here's a list of commands that you should read-up on, but I won't be presenting +further: + +* `git bissect` +* `git rerere` +* `git stash` +* and more... + ## Going further I advise you to check out [Learn git branching][learn-branching] to practice a