mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
added git-archive-file to Readme.md
This commit is contained in:
parent
cbee46ceea
commit
89440e019b
|
|
@ -65,6 +65,7 @@ $ brew install git-extras
|
|||
- `git bug`
|
||||
- `git promote`
|
||||
- `git local-commits`
|
||||
- `git archive-file`
|
||||
|
||||
## git-extras
|
||||
|
||||
|
|
@ -518,3 +519,7 @@ git obliterate secrets.json
|
|||
## git-local-commits
|
||||
|
||||
List all commits on the local branch that have not yet been sent to origin. Any additional arguments will be passed directly to git log.
|
||||
|
||||
## git-archive-file
|
||||
|
||||
Creates an zip archive of the current git repository. The name of the archive will depend on the current HEAD of your git respository.
|
||||
|
|
|
|||
Loading…
Reference in a new issue