Socket
Socket
Sign inDemoInstall

extra-git

Package Overview
Dependencies
0
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.18 to 1.1.0

bin/clone-init-submodules.sh

9

man/help.txt

@@ -10,2 +10,4 @@ Common utility commands for Git repositories.

amend-push Amend current changes and push (inc. submodules).
apush-submodules Amend current changes and push all submodules.
apush Amend current changes and push (inc. submodules).
archive-file Export the current HEAD of the git repository to an archive.

@@ -48,3 +50,3 @@ attic Displays a list of deleted files in your repository. The output

clear Rigorously clean up a repository.
clone-submodules Clone repository to local (inc. submodules).
clone-init-submodules Clone repository to local (inc. submodules).
clone-subset Uses git clone and git filter-branch to remove from the clone al

@@ -68,2 +70,4 @@ l files but the ones requested, along with their associated comm

cp Copy a file keeping its history.
cpush-submodules Commit current changes and push all submodules.
cpush Commit current changes and push (inc. submodules).
create-branch Create branches.

@@ -163,2 +167,3 @@ credit Quicker way to assign credit to another author on the latest com

mr Checks out a merge request locally.
name Get name of repository from URL.
neck Show commits from the HEAD until the first branching point. Comp

@@ -287,2 +292,3 @@ anion script for git-trail.

ork, then pushes to your origin remote.
url Get full URL of repository from partial.
utimes Change files modification time to their last commit date.

@@ -302,2 +308,3 @@ what-the-hell-just-happened Show what just happened.

nches.
xclone Clone repository to local (inc. submodules).

@@ -304,0 +311,0 @@

{
"name": "extra-git",
"version": "1.0.18",
"version": "1.1.0",
"description": "Common utility commands for Git repositories.",

@@ -26,6 +26,10 @@ "preferGlobal": true,

"amend-push",
"apush-submodules",
"apush",
"basename",
"clone-submodules",
"clone-init-submodules",
"commit-push-submodules",
"commit-push",
"cpush-submodules",
"cpush",
"default-branch",

@@ -35,2 +39,5 @@ "fullurl",

"init-submodules",
"name",
"url",
"xclone",
"add-username-remote",

@@ -37,0 +44,0 @@ "age",

bin/clone-submodules.sh

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc