Comparing version 0.0.31 to 0.0.32
Common utility commands for Git repositories. | ||
add-submodule Add submodule to repository. | ||
add-username-remote Adds a remote for the current repository for the given githu ... | ||
add-username-remote Adds a remote for the current repository for the given github us ername. | ||
alias Define, search and show aliases. | ||
@@ -9,7 +9,7 @@ apush-submodules Amend current changes and push all submodules. | ||
archive-file Export the current HEAD of the git repository to an archive. | ||
attic Displays a list of deleted files in your repo. The output is ... | ||
attic Displays a list of deleted files in your repo. The output is des igned to be copy and pasted Pass the second field to git show to display the file contents, or just select the hash without to see the commit where removal happened. | ||
authors Generate authors report. | ||
big-file Show files in the repo larger than a threshold size. | ||
branch-name Prints the current branch name in automation-friendly format. | ||
branch-rebaser Kicks off an interactive rebase of all the commits on your b ... | ||
branch-rebaser Kicks off an interactive rebase of all the commits on your branc h. _Including pushed commits_, so be careful. | ||
branches ## Source: git-extra-commands | ||
@@ -23,6 +23,6 @@ browse View the web page for the current repository. | ||
checkout-pr Check out a PR locally. | ||
churn Show which files are getting changed most often in the repos ... | ||
churn Show which files are getting changed most often in the repositor y. | ||
clear-soft Soft clean up a repository. | ||
clear Rigorously clean up a repository. | ||
clone-subset Uses git clone and git filter-branch to remove from the clon ... | ||
clone-subset Uses git clone and git filter-branch to remove from the clone al l files but the ones requested, along with their associated comm it history. | ||
coauthor Add a co-author to the last commit. | ||
@@ -42,5 +42,5 @@ comma Adds and commits a file in one command. | ||
create-branch Create branches. | ||
credit Quicker way to assign credit to another author on the latest ... | ||
current-branch Prints the name of the current branch, mainly useful in auto ... | ||
cut-branch Create a new branch pointed at **HEAD** and reset the curren ... | ||
credit Quicker way to assign credit to another author on the latest com mit. | ||
current-branch Prints the name of the current branch, mainly useful in automati on scripts. | ||
cut-branch Create a new branch pointed at **HEAD** and reset the current br anch to the head of its tracking branch. | ||
delete-branch Delete branches. | ||
@@ -54,10 +54,10 @@ delete-local-merged Delete all local branches that have been merged into **HEAD**. | ||
divergence Shows differences between local branch and its tracking branch. | ||
edit-conflicts Edit the files that are marked as conflicted during a merge/ ... | ||
edit-conflicts Edit the files that are marked as conflicted during a merge/reba se in your EDITOR/VISUAL. | ||
effort Show effort statistics on file(s). | ||
feature Create/Merge feature branch. | ||
find-dirty . | ||
flush Compact your reposistory by dropping all reflogs, stashes, a ... | ||
flush Compact your reposistory by dropping all reflogs, stashes, and o ther cruft that may be bloating your pack files. | ||
force-clone overwrite local repositories with clone. | ||
force-mtimes Sets mtimes of all files in the reprository their last chang ... | ||
forest Prints a text-based tree visualisation of your repository. R ... | ||
force-mtimes Sets mtimes of all files in the reprository their last change da te based on git's log. Useful to avoid too new dates after a che ckout confusing make or rake. | ||
forest Prints a text-based tree visualisation of your repository. Requi res Git.pm(https//metacpan.org/release/Git). | ||
fork Fork a repo on github. | ||
@@ -67,3 +67,3 @@ fresh-branch Create fresh branches. | ||
gh-pages Create the GitHub Pages branch. | ||
git Typing git git foo will make git do a git foo instead of com ... | ||
git Typing git git foo will make git do a git foo instead of complai ning. | ||
github-open ## . | ||
@@ -79,11 +79,11 @@ gitlab-mr Open a merge request on GitLab. | ||
ignored Show files being ignored by git in the repo. | ||
improved-merge Sophisticated git merge with integrated CI check and automat ... | ||
incoming Show commits in the tracking branch that are not in the loca ... | ||
improved-merge Sophisticated git merge with integrated CI check and automatic c leanup. | ||
incoming Show commits in the tracking branch that are not in the local br anch. | ||
info Returns information on current repository. | ||
init-submodules Initialize all submodules. | ||
lines Gives you a list of author names with the number of lines la ... | ||
lines Gives you a list of author names with the number of lines last u pdated by that user in files in the current directory tree with the extension specified. | ||
local-commits List local commits. | ||
lock Lock a file excluded from version control. | ||
locked ls files that have been locked. | ||
ls-object-refs Find references to an object with SHA1 in refs, commits, and ... | ||
ls-object-refs Find references to an object with SHA1 in refs, commits, and tre es. All of them. | ||
mark-all-resolved ## Source: git-extra-commands | ||
@@ -94,6 +94,6 @@ maxpack Compress a repo's pack files as much as possible. | ||
missing Show commits missing from another branch. | ||
move-commits git move-commits num-commits correct-branch moves the last n ... | ||
move-commits git move-commits num-commits correct-branch moves the last n com mits to correct-branch (creating it if necessary). | ||
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. ... | ||
neck Show commits from the HEAD until the first branching point. Comp anion script for git-trail. | ||
nuke-untracked-files ## Source: git-extra-commands | ||
@@ -103,4 +103,4 @@ nuke Nukes a branch locally and on the origin remote. | ||
obliterate rewrite past commits to remove some files. | ||
outgoing Show commits that are on the local branch that have not been ... | ||
overwritten Aggregates git blame information about original owners of li ... | ||
outgoing Show commits that are on the local branch that have not been pus hed to the tracking branch. | ||
overwritten Aggregates git blame information about original owners of lines changed or removed in the 'base...head' diff. | ||
paste Send patches to pastebin for chat conversations. | ||
@@ -110,5 +110,5 @@ pie-ify git pie-ify pattern replacement. | ||
pr Checks out a pull request locally. | ||
promote Promotes a local topic branch to a remote tracking branch of ... | ||
prune-branches Deletes each fully merged branch after prompting for confirm ... | ||
pruneall Prune branches from specified remotes, or all remotes when n ... | ||
promote Promotes a local topic branch to a remote tracking branch of the same name. | ||
prune-branches Deletes each fully merged branch after prompting for confirmatio n, than asks if you want the deleted branches deleted from your upstream remotes. | ||
pruneall Prune branches from specified remotes, or all remotes when no re mote is specified. | ||
psykorebase Rebase a branch with a merge commit. | ||
@@ -118,4 +118,4 @@ publish git publish remote remote-branch. | ||
purge-from-history Permanently delete files or folders from your git repository. | ||
pylint Runs pylint on any .py files modified or added in the git st ... | ||
rank-contributors Rummages through the changelog and orders contributors by th ... | ||
pylint Runs pylint on any .py files modified or added in the git status output. | ||
rank-contributors Rummages through the changelog and orders contributors by the si ze of the diffs they're responsible for. | ||
reauthor Rewrite history to change author's identity. | ||
@@ -126,8 +126,8 @@ rebase-authors Adds authorship info to interactive git rebase output. | ||
rebase-work-in-progress ## Source: git-extra-commands | ||
recently-checkedout-branches Shows timestamp and name of recently checked-out branches in ... | ||
ref-recent Shows the date, branch name, commit hash, and commit subject ... | ||
rel Shows the relationship between the current branch and *ref*. ... | ||
related Show other files that often get changed in commits that touc ... | ||
recently-checkedout-branches Shows timestamp and name of recently checked-out branches in rev erse chronological order. | ||
ref-recent Shows the date, branch name, commit hash, and commit subject of 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. | ||
related Show other files that often get changed in commits that touch fi le. | ||
release Commit, tag and push changes to the repository. | ||
remote-default-branch Shows the default branch for a specified remote, defaults to ... | ||
remote-default-branch Shows the default branch for a specified remote, defaults to ori gin when no remote is specified. | ||
rename-branch rename local branch and push to remote. | ||
@@ -139,3 +139,3 @@ rename-branches Rename multiple branches that start with a given name. | ||
reset-file Reset one file. | ||
reset-with-fire Hard reset the working directory, then zap any files not kno ... | ||
reset-with-fire Hard reset the working directory, then zap any files not known t o git. | ||
restore-mtime Change mtime of files based on commit date of last change. | ||
@@ -151,9 +151,9 @@ rm-deleted-from-repo Removes files you deleted with rm from the repo for you. | ||
setup Set up a git repository. | ||
shamend Amends your staged changes as a fixup (keeping the pre-exist ... | ||
shamend Amends your staged changes as a fixup (keeping the pre-existing commit message) to the specified commit, or HEAD if no revision is specified. | ||
show-merged-branches Show merged branches. | ||
show-overwritten Aggregates git blame information about the original owners o ... | ||
show-overwritten Aggregates git blame information about the original owners of li nes changed or removed in the 'base...head' diff. | ||
show-tree show branch tree of commit history. | ||
show-unmerged-branches Show unmerged branches. | ||
shrink-repo Shrinks your clone of a git repo. | ||
sp Simple push, single short command to commit, and push. Use - ... | ||
sp Simple push, single short command to commit, and push. Use -a fl ag to add all files to commit. | ||
squash squash N last changes up to a ref'ed commit. | ||
@@ -164,5 +164,5 @@ sr Use fzf to switch to a different git ref. | ||
stashes ## Source: git-extra-commands | ||
submodule-rm Allows you to remove a submodule easily with git submodule-r ... | ||
submodule-rm Allows you to remove a submodule easily with git submodule-rm pa th/to/submodule. | ||
summary Show repository summary. | ||
switch-branch Make it easier to switch to a branch by a substring of its n ... | ||
switch-branch Make it easier to switch to a branch by a substring of its name. More useful if you are good about deleting branches which have been merged upstream and if your branch names include unique ide ntifiers like ticket/issue numbers or feature names. | ||
sync Sync local branch with remote branch. | ||
@@ -172,6 +172,6 @@ tag-and-sign Create and sign a new tag. | ||
tags ## Source: git-extra-commands | ||
thanks List the contributors to a repository in descending commit o ... | ||
thanks List the contributors to a repository in descending commit order , even if their contribution has been completely replaced. | ||
touch Touch and add file to the index. | ||
track Sets up your branch to track a remote branch. Assumes you me ... | ||
trail Show all branching points in the repo's Git history so you c ... | ||
track Sets up your branch to track a remote branch. Assumes you mean * origin/localbranchname*. | ||
trail Show all branching points in the repo's Git history so you can s ee how to reach commits in the current branch from other branche s. | ||
undelete Undeletes a file. | ||
@@ -182,6 +182,6 @@ undo-push Undoes your last push to branch **1** of origin. | ||
unpushed-stat ## Source: git-extra-commands | ||
unpushed Show which commits have not been pushed to the tracking bran ... | ||
unpushed Show which commits have not been pushed to the tracking branch a nd are safe to amend/rebase. | ||
unreleased Shows git commits since the last tagged version. | ||
up-old ## Source: git-extra-commands | ||
upstream-sync Fetches *upstream/yourforkname* and rebases it into your loc ... | ||
upstream-sync Fetches *upstream/yourforkname* and rebases it into your local f ork, then pushes to your origin remote. | ||
url Get full URL of repository. | ||
@@ -192,6 +192,6 @@ utimes Change files modification time to their last commit date. | ||
where Shows where a particular commit falls between releases. | ||
whoami Shows what username email you have configured for the repo ... | ||
winner Shows what authors have made the most commits, both by numbe ... | ||
wordiness Shows how wordy people's commit messages are. Useful for sha ... | ||
wtf git-wtf displays the state of your repository in a readable, ... | ||
whoami Shows what username email you have configured for the repo you' re in. | ||
winner Shows what authors have made the most commits, both by number of commits and by number of lines changed. | ||
wordiness Shows how wordy people's commit messages are. Useful for shaming the folks who commit atrocities like git commit -m fixup. | ||
wtf git-wtf displays the state of your repository in a readable, eas y-to-scan format. It's useful for getting a summary of how a bra nch relates to a remote server, and for wrangling many topic bra nches. | ||
xclone Clone repository to local (inc. submodules). | ||
@@ -198,0 +198,0 @@ |
{ | ||
"name": "extra-git", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "Common utility commands for Git repositories.", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
437051