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?
Last night’s minor win: moving ~/.gitconfig and ~/.gitignore to ~/.config/git
Phlog update: gopher://codevoid.de/0/posts/2019-04-27-manage-dotfiles-with-git.txt (https protocol works too)
Something that people keep forgetting about GitS: in every iteration of the franchise, full-body prosthetics are extremely rare. Cyberbrains are common, but suggesting that everybody with a cyberbrain has a prosthetic body is like saying everybody with a modem has full home automation.
~alcinnz/memex - sr.ht git https://git.sr.ht/~alcinnz/memex
301 Moved Permanently https://github.com/basic-gongfu/cixl.git
git ssb - noffle/from-github-to-git-ssb@master https://git.scuttlebot.io/%25RPKzL382v2fAia5HuDNHD5kkFdlP7bGvXQApSXqOBwc%3D.sha256
Setup your own git hosting service: https://www.codemadness.org/setup-git-hosting.html
@freemor@freemor.homelinux.net good going on getting your SSH/Git going.
LKML: Linus Torvalds: Re: [GIT PULL] usercopy whitelisting for v4.15-rc1 https://lkml.org/lkml/2017/11/21/356
GitHub - k88hudson/git-flight-rules: Flight rules for git https://github.com/k88hudson/git-flight-rules
@leveck@leveck.us for sure! Especially when you’re bad at doing frequent git commits when you’re the only one working on something.
I tried to add myself to the Git repos for the twtxt users but I think all I did was create a fork that will not be merged
Stagit-gopher: a static git page generator for gopher: https://www.codemadness.org/stagit-gopher.html
Stagit: a static git page generator: https://www.codemadness.org/stagit.html
I shouldn’t use @foo in git commits https://github.com/mdom/txtnish/commit/42f9715b7d136393a2665566ee96b61bd1a20a87
TIL git checkout - works like cd - and checks out the last branch you were on.
@kdave@kdave.github.io Not that i endorse anything like that, but one could always just .
@kdy I kinda hope people don’t mess with the timestamp, I use it as part of a UNIQUE constraint in the database for my site: https://git.xeserv.us/xena/twtxtlist/src/master/src/twtxtlist.nim#L14-L20
@ruebot makes sense ; I did this git config push.default simple
@edsu I added: git push -q origin gh-pages; – so I didn’t get the warning from git about push.default since I’ve never set that.
@edsu I just did this: cd /home/nruest/git/twtxt; git commit -m message twtxt.txt ; git push
trying to see how I can make git commit/push silently
@edsu yeah, totally. that, combined with a git commit, makes things really interesting.
Jekyll and Git
I have been using Jekyll for a while now, but all this time I have been generating it on the server, That is, I had had a directory on the server holding the Jekyll files, in which I would run jekyll build to generate the website. Not too streamlined.
Before hosting this weblog on Vultr, I had it on GitHub, and their Pages would do the publishing for … ⌘ Read more
NixOS sources merged into Nixpkgs
The NixOS Git tree has been merged into the Nixpkgs tree in
order to simplify development. The sources now live in the nixos\
subdirectory of the Nixpkgs repository on GitHub. See the
announcement
for more information. ⌘ Read more