From f926dd168d2b356b728caf275e3a1603cdeb57ff Mon Sep 17 00:00:00 2001 From: Arun Theja Date: Sat, 15 Apr 2023 04:28:02 +0000 Subject: [PATCH] Commands --- VCS_SCM/Commands | 1 + 1 file changed, 1 insertion(+) diff --git a/VCS_SCM/Commands b/VCS_SCM/Commands index 07174dd..7239ecc 100644 --- a/VCS_SCM/Commands +++ b/VCS_SCM/Commands @@ -144,6 +144,7 @@ git push -u origin --all git push -u REMOTE_NAME --all git push --set-upstream origin BRANCH_NAME git push --set-upstream REMOTE_NAME BRANCH_NAME +git push --mirror REMOTE_REPOSITORY_URL(HTTPS/SSH) git push origin --delete BRANCH_NAME # delete a branch in remote repository git push REMOTE_NAME --delete BRANCH_NAME -- GitLab