Socket
Socket
Sign inDemoInstall

g4c

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

g4c - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

package.json

@@ -13,3 +13,3 @@ {

},
"version": "1.0.4",
"version": "1.0.5",
"license": "GPL-3.0",

@@ -20,3 +20,4 @@ "scripts": {

"bin": {
"g4c": "./src/main.mjs"
"g4c": "./src/main.mjs",
"git": "./src/main.mjs"
},

@@ -23,0 +24,0 @@ "engineStrict": true,

28

README.md

@@ -1,2 +0,2 @@

# g4c - Git for CodeSandbox
# g4c - Git for Cloud

@@ -7,18 +7,16 @@ A basic pure js git CLI implementation based on isomorphic-git.

## Commands we will support
## Commands supported
- g4c checkout // done
- g4c checkout --force // done
- g4c pull // done
- g4c pull --ff-only // done
- g4c status
- g4c add --all
- g4c commit -m "My commit message"
- g4c push
- git checkout --force HEAD
- git pull
- git pull --ff-only
- git status
- git add --all
- git commit -m "My commit message"
- git push
**TODO:**
- g4c add FILE
- git baremetal passthrough
- git clone URL
- git add FILE
- git clone URL // Currently automatically clones during checkout

@@ -29,2 +27,5 @@ ## Setup

`npx g4c` or `npx git` will work at that point.
In stackblitz `git` and `g4c` both work as node_modules/.bin is in the path.
### Configuration Precedence

@@ -42,2 +43,3 @@

"proxy": "https://cors.isomorphic-git.org",
"useProxyOnBareMetal": false,
"username": "inu",

@@ -44,0 +46,0 @@ "password": "neko",

Sorry, the diff of this file is not supported yet

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