
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A CLI to simplify your git push init(with push) and pull.
$ npm install -g gitcommon
Usage: gitcommon [options]
A simple git cli tool
Options:
-V, --version output the version number
-I, --init <repo> Init a git repo and push it
-c, --commit Commit and push the repos update
-m, --message <message> Commit message(Default:commit with gitutils)
-r, --remote <remote> Repo remote (Default:origin)
-o, --options <options> Push options (optional)
-b, --branch <branch> Repo branch (Defaults(:master)
-p, --pull Pull the repos update
-h, --help output usage information
##Useful informations
When you use commit, in git command line you use git add . git commit -m <message> and git push
When you use pull , in git command line you use only git pull
When you use init, in git command line you use git init git add . git commit -m "initial commit" git add remote origin <repo> and git push
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE.md file for details
FAQs
A simple git cli tool
We found that gitcommon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.