home.social

#gitconfig — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gitconfig, aggregated by home.social.

  1. Харденинг GitLab: хитрость лисы в защите кода организации

    Привет, Хабр! Я Антон Ерёмин, ведущий инженер дирекции инфраструктурных проектов Positive Technologies. Сегодня на примере харденинга реальных сервисов продолжаем рассказывать о нашей методологии ХардкорИТ — подходе к определению времени атаки и вероятных маршрутов хакеров. В прошлый раз мы проводили харденинг инфраструктуры Microsoft Exchange, затрудняя возможность ее атаки, разбирались в тонкостях защиты zVirt. Теперь настало время рассказать про харденинг GitLab.

    habr.com/ru/companies/pt/artic

    #gitlab #безопасность #cybersecurity #devops #devsecops #gitignore #gitconfig #ci #cd

  2. 開發 Git 的人所推薦的 .gitconfig 設定

    在 Hacker News 上看到這個有趣的主題:「How Core Git Developers Configure Git (gitbutler.com)」,原文則是在「How Core Git Developers Configure Git」這邊。

    裡面提到的東西我自己大多數都已經 tune 過了,不過還是有些之前沒設定的,像是 tag.sort 用 version:refnam

    blog.gslin.org/archives/2025/0

    #Computer #Murmuring #Software #algorithm #config #diff #git #gitconfig #sort #tag

  3. 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
    cloudhosting.evostrix.eu/git-c

  4. 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
    cloudhosting.evostrix.eu/git-c

  5. 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
    cloudhosting.evostrix.eu/git-c

  6. 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
    cloudhosting.evostrix.eu/git-c

  7. 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
    cloudhosting.evostrix.eu/git-c

  8. 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 true

    also add this to ~/.profile :

    export GPG_TTY=$(tty)

    #git #GitHub #gpg #GitConfig #reference #bookmarked

  9. 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.
    bit.ly/3jmjYY7

  10. 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
    twitter.com/SusanPotter/status