
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
nit_for_git
Advanced tools
Nit wraps Git and Integrates tools like Jira and GLIMR https://github.com/beplaya/Nit
#Nit For Git
https://www.npmjs.com/package/nit_for_git
npm install nit_for_git
.:':'`:· ,:´'`;' ‘ ',:'/¯/`:, ,.-~·-.,__,.-::^·- .,' ‘
/:::::::/`·, /::::/;‘ /:/_/::::/';' /:::::::::::::::::::::::::/'; '
/:·*'`·:/:::::' , /·´'`;/::';' /:' '`:/::;‘ /;:·–– :;:::::_ ;: – .,/::;i'‘
,' `:;::::'`i ';:::'; ; ';:';‘ /´ ¯¯ ';::/
; '`;:::'i 'i::::i | 'i::i ,: ,:/
i `;:'; 'i:::i' '; ;'::i ';_,..–-.,_ _ _,.·´‘
i , \| '|:::i° 'i 'i::i' ,·´' '`·;'i¯
| ,'`, i:;'' ‚ ; 'i::;' i 'i:i' ’
'i 'i:::i', ';/' '; i:/' '; ';:i' ’
'i ;::/ \ ;/' '; ;/ ° i i:/'
\ 'i/ '`·, ,'' '; / ° ; i/ °
'`~´ '`·–·'´' `'´ ° \ '/'
‘ ‘ ¯ °
nit qrci stages and commits only your README.md.nit fb, nit fci, nit upderge, and more)nit nerver, nit describe, and nit comments)nit team)nit ci This is my message. No quotation marks needed!!! help > Help
st > Status
sts > Status -s
b > Discover branch
l1 > 'git log --pretty=oneline' with extra Nit formatting
push > Push (assumes origin/<branch>)
pull > Pull (assumes origin/<branch>)
cob > Create and checkout branch
fb > Create and checkout feature branch
dev > Checkout develop
derge > Merge develop into current branch
upderge > Update develop and merge develop into current branch
stage > Stage
ci > Commit
fci > Make a commit on feature
qrci > Quick stage and commit only README.md with a generated message "['currentBranch'] README update."
team > Start team nerver
If you work with JIRA, you may work in the following manner:
git checkout develop
git pull origin develop
git checkout -b feature/PROJECT-101
git add .
git commit -m "PROJECT-101 did some things!"
git push --set-upstream-to origin/feature/PROJECT-101
git checkout develop
git pull
git checkout feature/PROJECT-101
git merge develop
pit push origin feature/PROJECT-101
nit dev
nit pull
nit fb 101
nit stage
nit fci "did some things!"
nit push
nit upderge
nit push
If Nit does not recognize a command it will simply pass the command and args to Git, and give the same output as traditional Git. Therefore, you do not need to switch from "nit" to "git" for any command. You can always use "nit"!
##Team Nerver Team Nerver is a central point where team commits are visualized (prompts for Jira credentials): http://TeamNerverHost:yourTeamNerverPortIn (set port in .nitconfig)
{
"projectKey": "NIT",
"jira": {
"host": "???"
},
"nerver" : {
"team" : {
"url": "localhost",
"port":9100
}
}
}
open ~/.bash_profile
Add lines:
export NIT="/path/to/repo/nit/"
export PATH=${PATH}:"$NIT
nit setupnit to ensure the PATH is setup correctly. You should see the logo. It's enormous; you can't miss it.nit help for helpFAQs
Nit wraps Git and Integrates tools like Jira and GLIMR https://github.com/beplaya/Nit
We found that nit_for_git 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.