https://github.com/oresoftware/nostos
Auto-commit / auto-push your projects
https://github.com/oresoftware/nostos
Last synced: 7 months ago
JSON representation
Auto-commit / auto-push your projects
- Host: GitHub
- URL: https://github.com/oresoftware/nostos
- Owner: ORESoftware
- Created: 2016-03-09T19:13:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T22:33:18.000Z (almost 10 years ago)
- Last Synced: 2025-07-04T02:04:09.689Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# nostos
A command line utility to determine if any of your projects have uncommitted/unpushed code.
Useful when working on the same projects across different machines. What I used to do
was check every repo three times and commit code way more than I needed to. Now I can just
run this tool at the root directory that contains all my projects before I shutdown or
switch machines.
## installation
```bash
npm install -g nostos
```
## usage
### $ nostos
or with a directory argument
### $ nostos .
To force a commit and a push to the upstream repo/branch, you can use the force option
### $ nostos --force