README
gitmate
A simple helper for common git tasks.
Installation
npm install -g @nova-web/gitmate
Commands
gitmate fetch
- fetches all remotes, master branch, develop, and checks out current branch.
A simple git cli with some handy features.
<script type="module">
import novaWebGitmate from 'https://cdn.skypack.dev/@nova-web/gitmate';
</script>
A simple helper for common git tasks.
npm install -g @nova-web/gitmate
gitmate fetch
- fetches all remotes, master branch, develop, and checks out current branch.