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.1.6 to 1.1.7

man/amend-push-submodules.txt

6

man/add-submodule.txt
Add submodule to repository.
Similar: [add-submodule], [init-submobules], [cpush-submobules], [apush-submobules].
Similar: [add-submodule], [init-submobules], [commit-push-submobules], [amend-push-submobules].

@@ -16,3 +16,3 @@ $ egit add-submodule [dir]

[init-submobules]: https://github.com/nodef/extra-git/wiki/init-submobules
[cpush-submobules]: https://github.com/nodef/extra-git/wiki/cpush-submobules
[apush-submobules]: https://github.com/nodef/extra-git/wiki/apush-submobules
[commit-push-submobules]: https://github.com/nodef/extra-git/wiki/commit-push-submobules
[amend-push-submobules]: https://github.com/nodef/extra-git/wiki/amend-push-submobules

@@ -1,19 +0,20 @@

Amend current changes and push all submodules.
Amend current changes and push all submodules. ([apush-submodules])
Alternatives: [apush], [apush-submobules].
Alternatives: [amend-push], [amend-push-submobules].
Similar: [add-submodule], [init-submobules], [cpush-submobules], [apush-submobules].
Similar: [add-submodule], [init-submobules], [commit-push-submobules], [amend-push-submobules].
$ egit apush-submodules
$ egit amend-push-submodules
Amend and push changes in "wiki" submodule
$ egit xclone nodef/extra-git
$ egit clone-init-submodules nodef/extra-git
$ cd extra-git
$ echo "web-NotreDame" > wiki/graphs.md
$ egit apush-submodules
$ egit amend-push-submodules
[apush]: https://github.com/nodef/extra-git/wiki/apush
[apush-submodules]: https://github.com/nodef/extra-git/wiki/apush-submodules
[amend-push]: https://github.com/nodef/extra-git/wiki/amend-push
[add-submodule]: https://github.com/nodef/extra-git/wiki/add-submodule
[init-submobules]: https://github.com/nodef/extra-git/wiki/init-submobules
[cpush-submobules]: https://github.com/nodef/extra-git/wiki/cpush-submobules
[apush-submobules]: https://github.com/nodef/extra-git/wiki/apush-submobules
[commit-push-submobules]: https://github.com/nodef/extra-git/wiki/commit-push-submobules
[amend-push-submobules]: https://github.com/nodef/extra-git/wiki/amend-push-submobules

@@ -1,19 +0,20 @@

Amend current changes and push (inc. submodules).
Amend current changes and push (inc. submodules). ([apush])
Alternatives: [apush], [apush-submobules].
Alternatives: [amend-push], [amend-push-submobules].
Similar: [cpush], [apush], [xclone].
Similar: [commit-push], [amend-push], [clone-init-submodules].
$ egit apush
$ egit amend-push
Amend and push changes in "wiki" submodule and main repo
$ egit xclone nodef/extra-git
$ egit clone-init-submodules nodef/extra-git
$ cd extra-git
$ echo "Web graphs" > README.md
$ echo "web-NotreDame" > wiki/graphs.md
$ egit apush
$ egit amend-push
[cpush]: https://github.com/nodef/extra-git/wiki/cpush
[apush]: https://github.com/nodef/extra-git/wiki/apush
[xclone]: https://github.com/nodef/extra-git/wiki/xclone
[apush-submobules]: https://github.com/nodef/extra-git/wiki/apush-submobules
[commit-push]: https://github.com/nodef/extra-git/wiki/commit-push
[amend-push]: https://github.com/nodef/extra-git/wiki/amend-push
[clone-init-submodules]: https://github.com/nodef/extra-git/wiki/clone-init-submodules
[amend-push-submobules]: https://github.com/nodef/extra-git/wiki/amend-push-submobules

@@ -1,19 +0,21 @@

Commit current changes and push all submodules.
Commit current changes and push all submodules. ([cpush-submodules])
Alternatives: [cpush], [cpush-submobules].
Alternatives: [commit-push], [commit-push-submobules].
Similar: [add-submodule], [init-submobules], [cpush-submobules], [apush-submobules].
Similar: [add-submodule], [init-submobules], [commit-push-submobules], [amend-push-submobules].
$ egit cpush-submodules
$ egit commit-push-submodules
$GITCOMMITPREFIX: prefix for commit messages
Commit and push changes in "wiki" submodule
$ egit xclone nodef/extra-git
$ egit clone-init-submodules nodef/extra-git
$ cd extra-git
$ echo "web-Stanford" > wiki/graphs.md
$ egit cpush-submodules "updated wiki"
$ egit commit-push-submodules "updated wiki"
[cpush]: https://github.com/nodef/extra-git/wiki/cpush
[cpush-submodules]: https://github.com/nodef/extra-git/wiki/cpush-submodules
[commit-push]: https://github.com/nodef/extra-git/wiki/commit-push
[add-submodule]: https://github.com/nodef/extra-git/wiki/add-submodule
[init-submobules]: https://github.com/nodef/extra-git/wiki/init-submobules
[cpush-submobules]: https://github.com/nodef/extra-git/wiki/cpush-submobules
[apush-submobules]: https://github.com/nodef/extra-git/wiki/apush-submobules
[commit-push-submobules]: https://github.com/nodef/extra-git/wiki/commit-push-submobules
[amend-push-submobules]: https://github.com/nodef/extra-git/wiki/amend-push-submobules

@@ -1,19 +0,21 @@

Commit current changes and push (inc. submodules).
Commit current changes and push (inc. submodules). ([cpush])
Alternatives: [cpush], [cpush-submobules].
Alternatives: [commit-push], [commit-push-submobules].
Similar: [cpush], [apush], [xclone].
Similar: [commit-push], [amend-push], [clone-init-submodules].
$ egit cpush
$ egit commit-push
$GITCOMMITPREFIX: prefix for commit messages
Commit and push changes in "wiki" submodule and main repo
$ egit xclone nodef/extra-git
$ egit clone-init-submodules nodef/extra-git
$ cd extra-git
$ echo "# MTX Market" > README.md
$ echo "web-Stanford" > wiki/graphs.md
$ egit cpush "updated graphs"
$ egit commit-push "updated graphs"
[cpush]: https://github.com/nodef/extra-git/wiki/cpush
[apush]: https://github.com/nodef/extra-git/wiki/apush
[xclone]: https://github.com/nodef/extra-git/wiki/xclone
[cpush-submobules]: https://github.com/nodef/extra-git/wiki/cpush-submobules
[commit-push]: https://github.com/nodef/extra-git/wiki/commit-push
[amend-push]: https://github.com/nodef/extra-git/wiki/amend-push
[clone-init-submodules]: https://github.com/nodef/extra-git/wiki/clone-init-submodules
[commit-push-submobules]: https://github.com/nodef/extra-git/wiki/commit-push-submobules

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

locked ls files that have been locked.
ls-branch-files List files changed between a specifed branch and the current bra
nch.
ls-branch-files List files changed between a specified branch and the current br
anch.
ls-conflicts ## Source: git-extra-commands

@@ -209,4 +209,4 @@ ls-object-refs Find references to an object with SHA1 in refs, commits, and tre

branches, from most recently modified to oldest branches.
rel Shows the relationship between the current branch and *ref*. Wit
h no *ref*, the current branch's remote tracking branch is used.
rel Shows the relationship between the current branch and _ref_. Wit
h no _ref_, the current branch's remote tracking branch is used.
related Show other files that often get changed in commits that touch fi

@@ -272,4 +272,4 @@ le.

touch Touch and add file to the index.
track Sets up your branch to track a remote branch. Assumes you mean *
origin/localbranchname*.
track Sets up your branch to track a remote branch. Assumes you mean _
origin/localbranchname_.
trail Show all branching points in the repository's git history so you

@@ -289,3 +289,3 @@ can see how to reach commits in the current branch from other b

ging or rebasing.
upstream-sync Fetches *upstream/yourforkname* and rebases it into your local f
upstream-sync Fetches _upstream/yourforkname_ and rebases it into your local f
ork, then pushes to your origin remote.

@@ -292,0 +292,0 @@ url Get full URL of repository from partial.

Initialize all submodules.
Similar: [add-submodule], [init-submobules], [cpush-submobules], [apush-submobules].
Similar: [add-submodule], [init-submobules], [commit-push-submobules], [amend-push-submobules].

@@ -14,3 +14,3 @@ $ egit init-submodules

[init-submobules]: https://github.com/nodef/extra-git/wiki/init-submobules
[cpush-submobules]: https://github.com/nodef/extra-git/wiki/cpush-submobules
[apush-submobules]: https://github.com/nodef/extra-git/wiki/apush-submobules
[commit-push-submobules]: https://github.com/nodef/extra-git/wiki/commit-push-submobules
[amend-push-submobules]: https://github.com/nodef/extra-git/wiki/amend-push-submobules

@@ -1,20 +0,21 @@

Get name of repository from URL.
Get name of repository from URL. ([name])
Similar: [name], [url].
Similar: [basename], [fullurl].
$ egit name
$ egit basename
$ egit url extra-git
$ egit basename extra-git
extra-git
$ egit url nodef/extra-git
$ egit basename nodef/extra-git
extra-git
$ egit url github.com/nodef/extra-git
$ egit basename github.com/nodef/extra-git
extra-git
$ egit url https://github.com/nodef/extra-git
$ egit basename https://github.com/nodef/extra-git
extra-git
[name]: https://github.com/nodef/extra-git/wiki/name
[url]: https://github.com/nodef/extra-git/wiki/url
[basename]: https://github.com/nodef/extra-git/wiki/basename
[fullurl]: https://github.com/nodef/extra-git/wiki/fullurl

@@ -1,20 +0,25 @@

Get full URL of repository.
Get full URL of repository. ([url])
Similar: [name], [url].
Similar: [basename], [fullurl].
$ egit url
$ egit fullurl
$VCS_PROTOCOL: default protocol [https:]
$VCS_HOST: default host name [github.com]
$VCSUSERNAME: default username [$GITHUBUSERNAME]
$VCS_EXTNAME: default extension name
$ egit url extra-git
$ egit fullurl extra-git
https://github.com/username/extra-git
$ egit url nodef/extra-git
$ egit fullurl nodef/extra-git
https://github.com/nodef/extra-git
$ egit url github.com/nodef/extra-git
$ egit fullurl github.com/nodef/extra-git
https://github.com/username/extra-git
$ egit url https://github.com/nodef/extra-git
$ egit fullurl https://github.com/nodef/extra-git
https://github.com/username/extra-git
[name]: https://github.com/nodef/extra-git/wiki/name
[url]: https://github.com/nodef/extra-git/wiki/url
[basename]: https://github.com/nodef/extra-git/wiki/basename
[fullurl]: https://github.com/nodef/extra-git/wiki/fullurl

@@ -1,13 +0,14 @@

Clone repository to local (inc. submodules).
Clone repository to local (inc. submodules). ([xclone])
Similar: [cpush], [apush], [xclone].
Similar: [commit-push], [amend-push], [clone-init-submodules].
$ egit apush
$ egit clone-init-submodules
Clone repo with "wiki" submodule
$ egit xclone nodef/extra-git
$ egit clone-init-submodules nodef/extra-git
$ cd extra-git
[cpush]: https://github.com/nodef/extra-git/wiki/cpush
[apush]: https://github.com/nodef/extra-git/wiki/apush
[xclone]: https://github.com/nodef/extra-git/wiki/xclone
[commit-push]: https://github.com/nodef/extra-git/wiki/commit-push
[amend-push]: https://github.com/nodef/extra-git/wiki/amend-push
[clone-init-submodules]: https://github.com/nodef/extra-git/wiki/clone-init-submodules
{
"name": "extra-git",
"version": "1.1.6",
"version": "1.1.7",
"description": "Common utility commands for Git repositories.",

@@ -5,0 +5,0 @@ "preferGlobal": true,

Common utility commands for [Git] repositories.<br>
:package: [NPM](https://www.npmjs.com/package/extra-git),
:smiley_cat: [GitHub](https://github.com/orgs/nodef/packages?repo_name=extra-git),
:scroll: [Files](https://unpkg.com/extra-git/),
:blue_book: [Wiki](https://github.com/nodef/extra-git/wiki/).
📦 [NPM](https://www.npmjs.com/package/extra-git),
🖥️ [Shell](https://www.npmjs.com/package/extra-git.sh),
📜 [Files](https://unpkg.com/extra-git/),
📘 [Wiki](https://github.com/nodef/extra-git/wiki/).
This is an extension of ["git-extras"] and ["git-extra-commands"], including
some additional commonly used git tools; [cpush], [apush], and [xclone]. You
can install this with `npm install -g extra-git`.
can install this with `npm install -g extra-git.sh`.
> Stability: Experimental.
> Stability: [Experimental](https://www.youtube.com/watch?v=L1j93RnIxEo).

@@ -13,0 +13,0 @@ <br>

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