Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/f3l1x/gittie

:octocat: Git for dummies, a.k.a gittie!
https://github.com/f3l1x/gittie

dummies git

Last synced: about 1 month ago
JSON representation

:octocat: Git for dummies, a.k.a gittie!

Awesome Lists containing this project

README

        

# Gittie

Git for dummies, a.k.a gittie!

-----

## Install

```sh
curl -sL https://raw.githubusercontent.com/f3l1x/gittie/master/installer.sh | sudo bash --
```

## Uninstall

```sh
sudo gittie purge
```

## Usage

Use via easy-type [completion](https://github.com/f3l1x/gittie/blob/master/completion).

```sh
Usage: gittie [-h]

Git for dummies, a.k.a gittie!

Version: 0.2

Options:

-h Display this help and exit.

Commands:
c Commit all changes.
a Amend changes to last commit.
p Push current branch to [ or ].
s Squash together.
ch Checkout to .
m Merge current branch with
ms Merge & squash current branch with
fp Force push current branch to [ or ].
rb Rebase current branch onto [ or ].
rba Abort rebasing.
rbc Continue rebasing.
r Reset mixed current branch backward.
rh Reset hard current branch backward.
rs Reset soft current branch backward.

Integration:
install Install to your OS.
purge Remove from your OS.
```