|
||
---|---|---|
.. | ||
scripts | ||
wsl | ||
.gitconfig | ||
README.md |
README.md
Git
Scripts
git clean-branches
- delete local branches which track deleted remote branchesgit clean-config
- unset various local config values, so global config will be usedgit clean-dates
- set commit dates of all commits (optionally: all commits since the given commit) to their authoring datesgit clean-fork
- assumingorigin
andfork
remotes, resets default branch onfork
to first commit onorigin
, deletes all other branches onfork
that are present onorigin
, and deletes all tags onfork
git clean-modes
- reset all file modes to those in the repositorygit clean-mtime
- set a file's mtime to its most recent commit's author dategit clean-pr
- delete allpr/
branches created bygit cpr
git clean-user
- set author and committer of all commits to the currently configured identitygit cpr
- checkout a PR from GitHub by id, and set up the local branch to track the appropriate branch on the appropriate forkgit download-bundle
- download a bundle file from a remote repositorygit npm-add
- stage precisely the files that would be included in an npm packagegit snapshot
- save/load the currentHEAD
plus staged changes plus unstaged changes - call without arguments to return a hash of the current state - call with a previous return value to return a hash of the current state and then load that previous stategit track
- set current branch to track given remote and branch, defaulting to same branch namegit turbo-gc
- turbo garbage collectgit upload-bundle
- upload a bundle file to a remote repository
Git Credential Manager Core WSL/Windows interop
Copy wsl/git-credential-manager
into the root of the Git for Windows installation, and symlink to it from the WSL PATH
.