Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atongen/yolo
A git alias
https://github.com/atongen/yolo
Last synced: 3 months ago
JSON representation
A git alias
- Host: GitHub
- URL: https://github.com/atongen/yolo
- Owner: atongen
- Created: 2013-11-21T22:06:50.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T08:36:28.000Z (over 1 year ago)
- Last Synced: 2024-05-02T12:40:10.817Z (6 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 34
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yolo
`yolo`, a git alias.
## the alias
The alias runs this command:
```sh
git add -A && \
git commit -am "`curl -sL https://whatthecommit.com/index.txt`" && \
git push -f origin master
```## installation
```sh
curl -L https://raw.githubusercontent.com/atongen/yolo/main/install.sh | sudo bash
```## contributing
* install as described in the previous step
* fork & clone the repo
* make your changes
* `git yolo`