#gitconfig

2025-02-28

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

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

habr.com/ru/companies/pt/artic

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

Gea-Suan Lingslin@abpe.org
2025-02-26

開發 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

2024-11-02

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

cloudhosting.evostrix.eu/git-c

Volkan Özçelikvolkan@z2h.dev
2023-05-17

GitHub GPG Configuration

git config --global user.email
git config --global user.email "me@volkan.io"
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

Benjamin Carr, Ph.D. 👨🏻‍💻🧬BenjaminHCCarr@hachyderm.io
2023-01-03

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

2022-12-07

C’est un peu nul en fait de ne pas pouvoir activer n’importe quelle option #git avec #gitConfig

Obligé de passer par un alias pour utiliser « git log --topo-order » 🤦

J’aurais bien apprécié avoir uniquement à faire « git config --global log.topo-order true »

Francis 🏴‍☠️ Gulottareconbot@toot.cafe
2021-11-23

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

2018-10-24

Des alias pour votre configuration git 😂 ?

[alias]
poule = pull
vommit = commit
yolo = push --force
moustache = stash

#git #gitconfig #fun #funny #dev #pardon

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst