From f8ef2650c5a2264053761b798f648764f49f3f37 Mon Sep 17 00:00:00 2001 From: Kids Date: Sun, 22 Oct 2023 19:20:04 -0700 Subject: [PATCH] added git rebase -i command --- beginner/json-files/git-commands.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/beginner/json-files/git-commands.json b/beginner/json-files/git-commands.json index cb156846..4f6b415a 100644 --- a/beginner/json-files/git-commands.json +++ b/beginner/json-files/git-commands.json @@ -337,5 +337,9 @@ { "title": "git rev-list --count master", "description": "count the number of commits on a branch" + }, + { + "title": "git rebase -i", + "description": "Provides the benefits of a normal rebase (moving branches around), but lets you add, edit, or delete commits." } ]