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.7 to 1.1.0

.replit

5

package.json

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

},
"version": "1.0.7",
"version": "1.1.0",
"license": "GPL-3.0",

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

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

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

29

README.md

@@ -5,19 +5,24 @@ # g4c - Git for Cloud

- [Git tracker](https://gitlab.com/vblip/g4c)
- [Issue tracker](https://gitlab.com/vblip/g4c/-/issues)
- [Merge requests](https://gitlab.com/vblip/g4c/-/merge_requests)
- [GitHub mirror](https://github.com/FossPrime/g4c)
- [NPM](https://www.npmjs.com/package/g4c)
## Commands supported
- git checkout --force HEAD
- git pull
- git pull --ff-only
- git status
- git add --all
- git commit -m "My commit message"
- git push
- g4c clone URL
- g4c clone # (automatically clones from package.json, or secrets file)
- g4c checkout --force HEAD
- g4c pull
- g4c pull --ff-only
- g4c status
- g4c add --all
- g4c commit -m "My commit message"
- g4c push
**TODO:**
- git add FILE
- git clone URL // Currently automatically clones during checkout
- g4c add FILE
## Setup

@@ -50,5 +55,1 @@

```
## Known Issues
[Issue tracker](https://gitlab.com/vblip/g4c/-/issues)

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