VirtualTam's bookmarks
43 bookmarks found
-
- Red Hat’s commitment to open source: A response to the git.centos.org changes
- Hackaday - CentOS Is Dead, Long Live CentOS
- Impact of RHEL changes to AlmaLinux
- Brave New World: The Path Forward for Rocky Linux
- Rocky Linux Expresses Confidence Despite Red Hat's Announcement
- Jeff Geerling - Dear Red Hat: Are you dumb?
- Jeff Geerling - Removing official support for Red Hat Enterprise Linux
- JMJ - Re-evaluating RHEL
-
Signing Git Commits with Your SSH Key
2022-09-15 -
Git helpers for shared commit authoring
2022-03-07 - https://tuple.app/pair-programming-guide/template
- https://github.com/kejadlen/git-together
- https://github.com/git-duet/git-duet
- https://github.com/chrisk/git-pair
- https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors
-
- https://stackoverflow.com/questions/10622179/how-to-find-identify-large-commits-in-git-history
- https://stackoverflow.com/questions/223678/which-commit-has-this-blob
1git rev-list --objects --all \ 2| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \ 3| sed -n 's/^blob //p' \ 4| sort --numeric-sort --key=2 --reverse \ 5| head -n 150 \ 6| cut -c 1-12,41- \ 7| $(command -v gnumfmt || echo numfmt) --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
-
git-test: test your commits
2020-01-06 -
Curating Git Commit History
2019-08-05 -
ferm and docker playing together
2018-12-21 - https://github.com/diefans/ferment
- https://blog.urth.org/2018/06/01/making-docker-play-nice-with-ferm-firewalls-on-linux/
- https://unrouted.io/2017/08/15/docker-firewall/
- https://github.com/wikimedia/puppet/commit/74050c6233c8b5ae291d3d7f5131a587941c50ac
- https://github.com/moby/moby/issues/12294#issuecomment-432921518
- https://github.com/Jamesits/systemd-named-netns
-
- https://docs.docker.com/storage/storagedriver/select-storage-driver/
- https://docs.docker.com/storage/storagedriver/overlayfs-driver/
- https://docs.docker.com/storage/storagedriver/aufs-driver/
- https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e9be9d5e76e34872f0c37d72e25bc27fe9e2c54c
- https://asciinema.org/a/122619
-
Jenkins Job DSL Plugin
2018-09-25 - https://github.com/jenkinsci/job-dsl-plugin/wiki
- https://stackoverflow.com/questions/47206215/environmentvariables-not-working-for-jenkins-job-dsl-and-pipeline-jobs
- https://stackoverflow.com/questions/33792633/using-jenkins-job-dsl-to-set-polling-ignores-commits-in-certain-paths-for-git
- https://github.com/jenkinsci/job-dsl-plugin/wiki/User-Power-Moves
- https://stackoverflow.com/questions/43699190/seed-job-asks-for-script-approval-in-jenkins
- https://groups.google.com/forum/#!msg/job-dsl-plugin/jueturR7sCo/2BCz2rRWBAAJ
- https://github.com/Praqma/JenkinsAsCodeReference
-
pavdmyt/git-ctm: ⏳ git Commit Time Machine ⌛
2018-02-09