New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gito

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gito - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.travis.yml

1

index.js

@@ -23,2 +23,3 @@

//here we need to open buffers for stdout

@@ -25,0 +26,0 @@ return;

14

package.json
{
"name": "gito",
"version": "0.0.1",
"version": "0.0.2",
"description": "git shortcuts",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {

@@ -26,3 +23,12 @@ "type": "git",

"gito": "./bin/gito"
},
"devDependencies": {
"supertest": "*",
"connect": "*",
"mocha": "*",
"should": "*"
},
"scripts": {
"test": "mocha test"
}
}

@@ -1,21 +0,69 @@

## run common git commands slightly faster
gito
=======
### run common git commands slightly faster
[![Build Status](https://travis-ci.org/reqshark/gito.png?branch=master)](https://travis-ci.org/reqshark/gito)
right now the output on the console doesn't display correctly
Installation
------------
typically a quick push means doing:
Install with `npm`:
``` bash
$ npm install -g gito
```
git add .
git commit -m 'your commit message'
git push
Example
-------
Normally a quick push means doing:
``` bash
$ git add .
$ git commit -m 'your commit message'
$ git push
```
I repeat these three steps frequently enough.
Three steps executed separately at the command line get used to accomplish one thing more often than not.
with gito install globally you can just do:
Gito is a new command line tool so we can just do:
``` bash
$ gito 'your commit message'
```
gito 'your commit message'
```
be careful with those commits and pushes, because it's all going to happen fast now in one fell swoop.
Changes get added to the index, messaged as a commit, and pushed up with a single quick step.
Be careful with compression commits and pushes, because it's all going to happen fast now in one fell swoop.
## ideas & notes about this software
Gito performs compression commits.
Visible output on the console doesn't display correctly. Would buffering stdout fix this?
License
-------
(The MIT License)
Copyright (c) 2014 Bent Cardan <bent@shakelaw.com>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc