| title | STAGE |
|---|---|
| sidebar_label | STAGE |
Get a git index Walker
| param | type [= default] | description |
|---|---|---|
| return | Walker | Returns a git index Walker |
See walkBeta2
<script> (function rewriteEditLink() { const el = document.querySelector('a.edit-page-link.button'); if (el) { el.href = 'https://github.com/isomorphic-git/isomorphic-git/edit/master/src/commands/STAGE.js'; } })(); </script>