Socket
Socket
Sign inDemoInstall

git-commit-file

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

git-commit-file - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "git-commit-file",
"version": "1.3.0",
"version": "1.3.1",
"description": "Git add and commit a single file in a single command",

@@ -5,0 +5,0 @@ "author": "danday74",

@@ -43,3 +43,3 @@ # git-commit-file (gcf)

gcf README.md # add and commit README.md
gcf -m 'my message' README.md # add and commit README.md with custom commit message
gcf -m "my message" README.md # add and commit README.md with custom commit message
gcf ./myFile.js # add and commit myFile.js

@@ -82,3 +82,3 @@ gcf myDir/myFile.js # add and commit myDir/myFile.js

"commit1": "git-commit-file README.md",
"commit2": "git-commit-file -m 'my message' README.md",
"commit2": "git-commit-file -m \"my message\" README.md",
"commit3": "git-commit-file ./myFile.js",

@@ -85,0 +85,0 @@ "commit4": "git-commit-file myDir/myFile.js",

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