Highlights from Git 2.33
The open source Git project just released Git 2.33 with features and bug fixes from over 74 contributors, 19 of them new. We last caught up with you on the latest in Git when 2.31 ⌘ Read more
Seamless teaching and learning through GitHub Classroom and Visual Studio Code
This GitHub Classroom extension for Visual Studio Code provides a simplified introduction to Git, GitHub Classroom, and Visual Studio Code. ⌘ Read more
Bitcask v1.0.0 released! 🎉 A pure Go key/value store with predictable performance. ⌘ Read more…
@prologic@twtxt.net @jlj@twt.nfld.uk @movq@www.uninformativ.de
/p/tmp > git clone https://www.uninformativ.de/git/lariza.git Mon May 24 23:48:18 2021
Cloning into 'lariza'...
/p/tmp > tree lariza/ 12.5s Mon May 24 23:48:32 2021
lariza/
├── BUGS
├── CHANGES
├── LICENSE
├── Makefile
├── PATCHES
├── README
├── browser.c
├── man1
│ ├── lariza.1
│ └── lariza.usage.1
├── user-scripts
│ └── hints.js
└── we_adblock.c
2 directories, 11 files
https://github.com/dato/org-wc emacs git nanowrimo org-mode word-count
https://hugo.soucy.cc/txt/2020/04/autoheberger-ses-depots-git.html autohébergement git openbsd
https://gist.github.com/brool/cf150f0f248b44dc676ef4dc17e65664#file-submit-word-count-elisp emacs git nanowrimo
https://www.linux.com/training-tutorials/how-run-your-own-git-server/ autohébergement git selfhosted
https://git.charlenew.xyz/gigit/ gigit git static
https://git-send-email.io/ email git
https://git-scm.com/book/fr/v2 documentation git
https://github.com/iqbalansari/mu4e-alert emacs git mu4e
https://gist.github.com/carlosmcevilly/2221249 commit email git
Security keys are now supported for SSH Git operations ⌘ Read more…
My blog system now has tagging (all pure POSIX shell of course)
This isn’t live on the old blog system’s Github, but partially inspired by by Based Cooking’s tag system which is based on blogit, I’ve added in the feature to tag articles.
I’ve been wanting to write more articles and informational pages on my website, but doing that with no organization is somewhat … ⌘ Read more
Command Line Bibles
I’ve made a couple very useful command-line accessible Bibles for a quick and scriptable lookup of Bible verses and passages. They exist not only in English, but for Latin and Greek as well.
- English King James Version (including Apocrypha) —Github, Gitlab, Local git server
- Latin Vulgate —[Github](https://github. … ⌘ Read more
MCKINLEY NEWS: GUY WITH EYE DESTROYING WEBSITE SELLS A GIT COMMIT https://nitter.42l.fr/tjholowaychuk/status/1377163602776367104
Highlights from Git 2.31 ⌘ Read more…
Git clone vulnerability announced ⌘ Read more…
bit is an experimental modernized git CLI built on top of git ⌘ Read more…
a decentralized community !zet. individual zet feeds could be managed using something like git/git submodules, then built locally into self-contained SQLite files. zet items would be referenced by their zet nickname and UUID. #halfbakedideas
Setting up a Git forge with Gitea ⌘ Read more…
Git clone: a data-driven study on cloning behaviors ⌘ https://github.blog/2020-12-22-git-clone-a-data-driven-study-on-cloning-behaviors/
Token authentication requirements for Git operations ⌘ https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/
gyo is an imaginary 4-bit computer [[https://git.sr.ht/~rabbits/gyo]] #links
Useful writeup on git submodules http://blog.davidecoppola.com/2015/02/how-to-create-git-submodule-from-repository-subdirectory/
code for the codex [[https://git.sr.ht/~pbatch/codex]] #codex #updates
Git 2.29 highlights ⌘ https://github.blog/2020-10-19-git-2-29-released/
@prologic@twtxt.net I’\“ve thought through the git issue a bit. Comments on https://github.com/jointwt/twtxt/issues/38
Bit is a modern Git CLI ⌘ https://github.com/chriswalz/bit
GitHub Action Hero: Stefan Zweifel and “git-auto-commit” ⌘ https://github.blog/2020-09-17-github-action-hero-stefan-zweifel-and-git-auto-commit/
watchlist for activitypub apps · Wiki · Feneas / Fediverse Party · GitLab ⌘ https://git.feneas.org/feneas/fediverse/-/wikis/watchlist-for-activitypub-apps
Token authentication requirements for API and Git operations ⌘ https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/
On the blog: Changing the Primary Git Branch https://john.colagioia.net/blog/2020/07/29/gitmain.html #techtips #programming #git
Six programmers, seven preferred Git workflows.
Highlights from Git 2.28 ⌘ https://github.blog/2020-07-27-highlights-from-git-2-28/
New Git repo: Greek Septuagint/New Testament on the command line ⌘
Git Credential Manager Core: Building a universal authentication experience ⌘ https://github.blog/2020-07-02-git-credential-manager-core-building-a-universal-authentication-experience/
@hjertnes@hjertnes.social I always thought hg was better than git but no one else used it
Posted to Entropy Arbitrage: Small Technology Notes https://john.colagioia.net/blog/2020/01/29/tips.html #techtips #git #linux
for branch in git branch -r --merged | grep -v HEAD; do echo -e git show --format="%ci %cr %an" $branch | head -n 1 \t$branch; done | sort -r
Seems useful to have a set of consistent lexical conventions. # for comments; . for lookup; / for metadata. e.g cat ~.conf.git.core.pager
If it’s called a ‘twoosh’ when one tweets exactly 280 characters without editing, what’s it called when one writes an exactly-50-character Git commit message?