
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.
##GitHub Flow Commands (feature-branch helpers)
##Bash Commands
git fb new-featuregit syncgit pullr "title" "description"git donegit boombelow provided by git-wip (included):
git wipgit unwipgit resume some-feature##Requirements
Node.js - Download here
##How to Install
$ npm install -g git-fb
##Setup
If you want to setup you integration branch as something other than master use the following command:
$ git config gitfb.integrationBranch <integration-branch> # defaults to master
$ git config user.name <github-username> # not email
##Documentation
####git fb new-feature
$ git fb <new-feature-branch>
git stash else git wip * see git-wip belowgit stash pop$ git fb <new-feature-branch> <source-branch>
git stash else git wipgit stash pop####git sync
$ git sync
$ git sync <branch-to-sync-with>
####git pullr "title" "description"
$ git pullr <title> <description>
$ git pullr <title> <description> <branch-to-pull-request-to>
####git done
$ git done
$ git done <branch-to-merge-into>
####git boom some-feature
$ git boom <branch-to-delete>
###Commands provided by git-wip:
####git wip
$ git wip
git add .; git commit -m __wip;####git unwip
$ git unwip
git reset HEAD^####git resume
$ git resume <branch>
git checkout <branch>; git unwip;##License MIT
FAQs
Git feature-branch workflow helper commands
We found that git-fb 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.