# gites

> Simplified usage of git

Latest version **1.0.3** (published 2019-06-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install gites
pnpm add gites
yarn add gites
bun add gites
```

Provides the command `gites`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2019-06-03 |
| First published | 2019-06-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 7.4 KB |
| Known vulnerabilities | 0 (+6 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Daniel Mazurkiewicz |
| Maintainers | danielmazurkiewicz |
| Keywords | git, simple |

## Links

- npm: https://www.npmjs.com/package/gites
- Repository: https://github.com/DanielMazurkiewicz/gites
- Homepage: https://github.com/DanielMazurkiewicz/gites#readme
- Issues: https://github.com/DanielMazurkiewicz/gites/issues
- npm.io page: https://npm.io/package/gites

## Dependencies (2)

- [commander](https://npm.io/package/commander.md) ^2.20.0
- [simple-git](https://npm.io/package/simple-git.md) ^1.113.0

## Recent versions

- 1.0.3 (latest) — 2019-06-03
- 1.0.2 — 2019-06-03
- 1.0.1 — 2019-06-03
- 1.0.0 — 2019-06-03
- 0.0.9 — 2019-06-03
- 0.0.8 — 2019-06-03
- 0.0.6 — 2019-06-03
- 0.0.5 — 2019-06-03
- 0.0.4 — 2019-06-03
- 0.0.3 — 2019-06-03
- 0.0.2 — 2019-06-03
- 0.0.1 — 2019-06-03

## README

# gites

Command line tool that simplifies workflow with git. Also helps with dongling packages and configuration files.

# Installation

```
npm install -g gites

or

sudo npm install -g gites
```

# How to use:

```
Usage: gites [options]

Options:
  -V, --version               output the version number
  -n, --new [task_title]      Starts a new task
  -s, --save [comment]        Saves current work
  -w, --switch [task_title]   Switches to existing task
  -f, --from [task_title]     Optionally used in conjunction with --new - copies existing task code as base for new task
  -p, --superpower            Allows to save directly to develop or master branch
  -c, --config [config_name]  Switches configuration files (unsupported yet)
  -h, --help                  output usage information

```

# Usage examples:

```
gites --new "some new task name"
gites --save "comment about what you save or what is a purpouse of it"
gites --switch "some existing task name"
```

# Additional info

Task name "here" is reserved and can be used to inform that new task should be based on current content of local files

```
gites --new "some bugfix task" --from here
```

---
_Source: https://npm.io/package/gites · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
