Skip to main content

Search

Items tagged with: git


Did you know that you can customize your commit hashes? ๐Ÿคฏ

๐Ÿฆ€ **lucky-commit**: Make your git commits lucky! - written in Rust.

โญ GitHub: https://github.com/not-an-aardvark/lucky-commit

โœจ Simply change the start of your Git commit hashes to whatever you want.

#rustlang #git #commit #hash #commandline


I may or may have not installed a Gitea instance on my TrueNAS home server, accessible with a subdomain of mine thanks to cloudflared ๐Ÿ‘€

I will start my migration from GitHub with my private repositories first, and work on a reliable backup strategy that I don't have yet. I don't mind losing the files from my Plex media center, but it's not the same story for my code ๐Ÿซฃ

#git #github #gitea #homeserver #selfhosting


1. Read this:

โ€œJust as GitHub was founded on Git, today we are re-founded on Copilot.โ€

https://github.blog/2023-11-08-universe-2023-copilot-transforms-github-into-the-ai-powered-developer-platform/

2. Go here:

https://codeberg.org/

#git #gitHub #codeberg #enshittification #BigTech #cooperative #dev


First foray into #11ty and I โค๏ธ it. Very little effort to get the base blog template running locally, pushed to #Git and deployed via #Cloudflare Pages. Time to start tweaking!
A simple personal blog template deployed on the web, built with 11ty and running on CloudFlare pages as shown by the deployment log on the right.


Here is how you can name your Git stashes:

โ˜˜๏ธ git stash push -m "nice_stash"

๐Ÿค” TIL: https://stackoverflow.com/questions/11269256/how-do-i-name-and-retrieve-a-git-stash-by-name

#git #linux #commandline


I propose a new hiring metric: **BPC** (B R E A D per commit)

๐Ÿž It shows the monetary value of your each Git commit.

๐Ÿ“ˆ To find out your **BPC**: your total earnings this year / total number of pushed commits

๐Ÿ’ก This idea is licensed under GPLv3

#git #tech #bread


Several years in the making, GitLab is now very actively implementing #ActivityPub! ๐Ÿ™Œ

https://gitlab.com/groups/gitlab-org/-/epics/11247

The end-goal is to support AP for merge requests (aka pull requests), meaning git.alice.dev can send a merge request to gitlab.com/Bob/project.git

First bite-sized todo on the implementation path there is โ€˜subscribe to project releasesโ€™.

Smart move by #GitLab; through ActivityPub theyโ€™re getting a distributed version of GitHubโ€™s social layer.

@fediversenews #fediverse #GitHub #git


I want to thank @orhun for his crate git-cliff โœจ
It automatically creates a changelog from your conventional commit messages :git: ๐Ÿ˜

Check it out:
https://github.com/orhun/git-cliff

(I am still new to conventional commits, don't judge, but you can give tips ๐Ÿ˜›)

#RustLang #Rust #Git


Solving #Git conflicts with #Vim is easy!

๐Ÿš€ Plugin (neovim): https://github.com/akinsho/git-conflict.nvim

It took just 3 key bindings to resolve the following conflict! ๐ŸŽ‰

โ€ข c-o -> apply "choose ours" strategy
โ€ข ]-x -> go to the next conflict
โ€ข c-t -> apply "choose theirs" strategy

#vim #git


One of the obscure features of Git is definitely subtrees ๐Ÿ˜ตโ€๐Ÿ’ซ

๐Ÿš Subtree Tutorial: https://www.atlassian.com/git/tutorials/git-subtree

๐Ÿ’ซ Subtree Basics: https://gist.github.com/SKempin/b7857a6ff6bddb05717cc17a44091202

#git #commandline


Git migration completed!

We are proud to announce that the migration to Git packaging succeeded! ๐Ÿฅณ

Thanks to everyone who has helped during the migration!

https://archlinux.org/news/git-migration-completed/

#ArchLinux #TheGitMigration #Linux #Git


TIL #Git does not store file permissions except for the executable bit. So it isn't possible to mark a file as read-only in a repository ๐Ÿ’”
#git

โ‡ง