#gitconfig — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #gitconfig, aggregated by home.social.
-
Харденинг GitLab: хитрость лисы в защите кода организации
Привет, Хабр! Я Антон Ерёмин, ведущий инженер дирекции инфраструктурных проектов Positive Technologies. Сегодня на примере харденинга реальных сервисов продолжаем рассказывать о нашей методологии ХардкорИТ — подходе к определению времени атаки и вероятных маршрутов хакеров. В прошлый раз мы проводили харденинг инфраструктуры Microsoft Exchange, затрудняя возможность ее атаки, разбирались в тонкостях защиты zVirt. Теперь настало время рассказать про харденинг GitLab.
https://habr.com/ru/companies/pt/articles/886708/
#gitlab #безопасность #cybersecurity #devops #devsecops #gitignore #gitconfig #ci #cd
-
開發 Git 的人所推薦的 .gitconfig 設定
在 Hacker News 上看到這個有趣的主題:「How Core Git Developers Configure Git (gitbutler.com)」,原文則是在「How Core Git Developers Configure Git」這邊。
裡面提到的東西我自己大多數都已經 tune 過了,不過還是有些之前沒設定的,像是 tag.sort 用 version:refnam
#Computer #Murmuring #Software #algorithm #config #diff #git #gitconfig #sort #tag
-
Git Config Nightmare 15000 Credentials Exposed 10000 Repos Cloned
Brace yourself for a wild ride as we uncover the shocking reality of 15,000 credentials exposed and 10,000 repos cloned in what has been codenamed EMERALDWHALE
#GitConfig #CredentialsExposed #ReposCloned #CyberSecurity #DataBreach #VersionControl #OpenSource #DevOps #CodeSecurity #TechDisaster #hack #tech #news
https://cloudhosting.evostrix.eu/git-config-nightmare-15000-credentials-exposed-10000-repos-cloned/ -
Git Config Nightmare 15000 Credentials Exposed 10000 Repos Cloned
Brace yourself for a wild ride as we uncover the shocking reality of 15,000 credentials exposed and 10,000 repos cloned in what has been codenamed EMERALDWHALE
#GitConfig #CredentialsExposed #ReposCloned #CyberSecurity #DataBreach #VersionControl #OpenSource #DevOps #CodeSecurity #TechDisaster #hack #tech #news
https://cloudhosting.evostrix.eu/git-config-nightmare-15000-credentials-exposed-10000-repos-cloned/ -
Git Config Nightmare 15000 Credentials Exposed 10000 Repos Cloned
Brace yourself for a wild ride as we uncover the shocking reality of 15,000 credentials exposed and 10,000 repos cloned in what has been codenamed EMERALDWHALE
#GitConfig #CredentialsExposed #ReposCloned #CyberSecurity #DataBreach #VersionControl #OpenSource #DevOps #CodeSecurity #TechDisaster #hack #tech #news
https://cloudhosting.evostrix.eu/git-config-nightmare-15000-credentials-exposed-10000-repos-cloned/ -
Git Config Nightmare 15000 Credentials Exposed 10000 Repos Cloned
Brace yourself for a wild ride as we uncover the shocking reality of 15,000 credentials exposed and 10,000 repos cloned in what has been codenamed EMERALDWHALE
#GitConfig #CredentialsExposed #ReposCloned #CyberSecurity #DataBreach #VersionControl #OpenSource #DevOps #CodeSecurity #TechDisaster #hack #tech #news
https://cloudhosting.evostrix.eu/git-config-nightmare-15000-credentials-exposed-10000-repos-cloned/ -
Git Config Nightmare 15000 Credentials Exposed 10000 Repos Cloned
Brace yourself for a wild ride as we uncover the shocking reality of 15,000 credentials exposed and 10,000 repos cloned in what has been codenamed EMERALDWHALE
#GitConfig #CredentialsExposed #ReposCloned #CyberSecurity #DataBreach #VersionControl #OpenSource #DevOps #CodeSecurity #TechDisaster #hack #tech #news
https://cloudhosting.evostrix.eu/git-config-nightmare-15000-credentials-exposed-10000-repos-cloned/ -
Cómo regenerar .git/config de 200 repositorios usando git-bash-utils
#BASH #Branchs #Config #Git #GitBashUtils #GitConfig #GitLab #HowTo #Repository #SCM
-
GitHub GPG Configuration
git config --global user.email
git config --global user.email "[email protected]"
git config --global gpg.program gpg
git config --global user.signingkey AABBCCDDEEFF112233
git config --global commit.gpgsign truealso add this to ~/.profile :
export GPG_TTY=$(tty)
-
What are your #git aliases?
#JoseAngelMunoz shares his #gitconfig if you want to copy his aliases.He uses git aliases for two reasons:
To improve productivity.
To remember interesting git commands and learn from them.
https://bit.ly/3jmjYY7 -
Awesome
---
RT @SusanPotter
I don't know who needs to hear this #git tip, but if you need to set different git configs per group of repos, try this:# ~/.gitconfig
[includeIf "gitdir:~/src/work/.git/"]
path = ~/.gitconfig.d/work
[includeIf "gitdir:~/src/oss/.git/"]
path = ~/.gitconfig.d/oss#gitconfig
https://twitter.com/SusanPotter/status/1463114584546545667