Added git command

This commit is contained in:
2025-10-23 14:01:17 +02:00
parent d2388d34b4
commit 9de031127f
+4
View File
@@ -77,6 +77,10 @@
{ {
"command": "git reflog", "command": "git reflog",
"desc": "Show history of all changes" "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)"
} }
] ]
} }