
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
gitgoodies
Advanced tools
gg
the cookbook of git goodies
gg
helps you work with git
more efficiently, saving you keystrokes for your most prized projects.
Think of gg
as a wrapper for the git
commands that you run all the time.
After the super painless installation, suppose we want to clone the awesome spark shell script (created by Zach Holman).
Alright, let's switch into that directory.
After making a quick change, let's check the status of our clone.
Looks like we haven't staged our changes.
In the standard git workflow, we would have to git add -A
and then git commit -m "Updated example in README."
.
With gg
, we can simply gg c Updated example in README.
and we're good to go.
Let's check our clone's status again.
Looking good!
gg
can be installed via the Node Package Manager (npm
).
$ npm install -g gitgoodies
If that doesn't work, try running it as root. $ sudo npm install -g gitgoodies
You can also get up and running without npm, but it is not recommended to do so.
# Clone the repository.
$ git clone https://github.com/qw3rtman/gg.git
# Switch into the repository's directory.
$ cd gg
# Install!
$ npm install -g
# Install as root, if the above command does not work.
$ sudo npm install -g
gg
relies on Node.js and git
.
$ gg i
$ gg init
$ gg initialize
$ gg cl
$ gg clone
$ gg a
$ gg aa # add all
$ gg add
$ gg c
$ gg commit
$ gg p
$ gg push
$ gg pl
$ gg pull
$ gg f
$ gg fetch
$ gg s
$ gg status
$ gg l
$ gg log
Contributions are always welcome.
We follow Airbnb's coding standard, so make sure you use that as a guideline.
Fork our code, make a new branch, and send a pull request.
TODO:
FAQs
Shortcuts for the Git Commands You Use Everyday.
The npm package gitgoodies receives a total of 30 weekly downloads. As such, gitgoodies popularity was classified as not popular.
We found that gitgoodies 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
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.