Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit 1aa718d

Browse files
author
Álvaro Oliveira
committed
Add command to replace Git token
1 parent b1e381f commit 1aa718d

File tree

4 files changed

+70
-4
lines changed

4 files changed

+70
-4
lines changed

README.md

100755100644
File mode changed.

git.plug.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git.plug.yaml

100755100644
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ functions:
1010
path: "./git.ts:githubCloneCommand"
1111
command:
1212
name: "Github: Clone"
13-
1413
gitlabCloneCommand:
1514
path: "./git.ts:gitlabCloneCommand"
1615
command:
@@ -23,3 +22,7 @@ functions:
2322
path: "./git.ts:syncCommand"
2423
command:
2524
name: "Git: Sync"
25+
gitReplaceTokenCommand:
26+
path: "./git.ts:gitReplaceTokenCommand"
27+
command:
28+
name: "Git: Replace Token"

0 commit comments

Comments
 (0)