Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/f3l1x/gittie
- Owner: f3l1x
- License: mit
- Created: 2016-07-08T07:27:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T18:24:26.000Z (over 4 years ago)
- Last Synced: 2024-10-23T11:55:51.262Z (3 months ago)
- Topics: dummies, git
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```