Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmg-duarte/git-shortcuts
https://github.com/jmg-duarte/git-shortcuts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmg-duarte/git-shortcuts
- Owner: jmg-duarte
- Created: 2022-02-21T22:13:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T20:27:22.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T06:39:40.246Z (2 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-shortcuts
A collection of git shortcuts. Currently oriented towards personal use.
## Installation
```
cargo install git-shortcuts --version 0.1.1-rc0
```## Usage
```
git feat [-b] [-s]
git fix [-s]
```#### License
Licensed under either of Apache License, Version
2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this project by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.