From 9de031127fcefe91b5432709b93caf6443eb32ed Mon Sep 17 00:00:00 2001 From: Dominik Date: Thu, 23 Oct 2025 14:01:17 +0200 Subject: [PATCH] Added git command --- data/commands.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/commands.json b/data/commands.json index b752f31..c3376cd 100644 --- a/data/commands.json +++ b/data/commands.json @@ -77,6 +77,10 @@ { "command": "git reflog", "desc": "Show history of all changes" + }, + { + "command": "git remote set-url origin git@github.com:username/repo.git", + "desc": "Change origin url (example from https to ssh)" } ] }