mirror of
https://github.com/namibia/tips.git
synced 2025-02-02 19:48:24 +00:00
instaweb
This commit is contained in:
parent
33c82592ac
commit
a01ef67d14
@ -94,6 +94,7 @@
|
||||
* [Open all conflicted files in an editor.](https://github.com/git-tips/tips#open-all-conflicted-files-in-an-editor)
|
||||
* [Count unpacked number of objects and their disk consumption.](https://github.com/git-tips/tips#count-unpacked-number-of-objects-and-their-disk-consumption)
|
||||
* [Prune all unreachable objects from the object database.](https://github.com/git-tips/tips#prune-all-unreachable-objects-from-the-object-database)
|
||||
* [Instantly browse your working repository in gitweb.](https://github.com/git-tips/tips#instantly-browse-your-working-repository-in-gitweb)
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end toc -->
|
||||
@ -647,5 +648,10 @@ git count-objects --human-readable
|
||||
git gc --prune=now --aggressive
|
||||
```
|
||||
|
||||
## Instantly browse your working repository in gitweb.
|
||||
```sh
|
||||
git instaweb [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]
|
||||
```
|
||||
|
||||
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
|
||||
<!-- @doxie.inject end -->
|
||||
|
@ -287,4 +287,7 @@
|
||||
}, {
|
||||
"title": "Prune all unreachable objects from the object database.",
|
||||
"tip": "git gc --prune=now --aggressive"
|
||||
},{
|
||||
"title": "Instantly browse your working repository in gitweb.",
|
||||
"tip": "git instaweb [--local] [--httpd=<httpd>] [--port=<port>] [--browser=<browser>]"
|
||||
}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user