git

Back Open Paginator
12.03.2026 03:52
susam (@susam@mastodon.social)

A little note I wanted to write down several years ago. Finally done.

susam.net/git-checkout-reset-r





Show Original Post


12.03.2026 01:38
sayzard (@sayzard@mastodon.sayzard.org)

[deff - 인터랙티브한 git diff TUI 뷰어

deff는 Rust 기반의 인터랙티브한 git diff TUI 도구로, Side-By-Side 비교 뷰, 문법 하이라이팅, 검색 기능, 리뷰 상태 관리 등을 지원합니다. MIT 라이선스로 제공되며, 다크/라이트/자동 테마 설정이 가능합니다.

news.hada.io/topic?id=27420

#git #tui #rust #diff #developertools




Show Original Post


11.03.2026 19:40
rogerweissenbrunner (@rogerweissenbrunner@mastodon.social)

Today I spent some time working with my dotfiles repository.

My terminal with and feels great for working with , and . I even installed , a Tetris clone written for the Terminal.

Getting used to for working with multiple windows.





Show Original Post


11.03.2026 16:21
notes (@notes@hatoya.cafe)

I am migrating and nuking my GitHub account to my self-hosted Forgejo account and noticed the date difference...
checked for the last item and the time is Sep 5, 2019, 11:59 AM in Hong Kong Time, so apparently GitHub calculate the years ago only by year but Forgejo is actually calculated by date (I guess?)

#forgejo #github #git





Show Original Post


11.03.2026 10:41
HaraldKi (@HaraldKi@nrw.social)

Help for #git wanted:

That single file gets copied to several projects, not a package, not a library.

I could let it have its git repo, build process, etc and pull it in with the dependency mechanism. 😮‍💨

Is there a better way, like an "include" mechanism for git repos or whatnot?

My second best approach currently is to let the build system copy the file if the single file repo is available and commit the copy whenever it shows up as changed. Better ideas?

#programming #buildsystem




Show Original Post


11.03.2026 09:28
thomastc (@thomastc@mastodon.gamedev.place)

I just learned of #git rebase --autosquash, which lets you easily fix up commits that aren't the latest commit (for which --amend is easier).

Example:

$ git commit -m'A cool thing'
# Commit 35354a9

# Hack hack...
$ git commit -m'An amazing thing'

# Whoops, the cool thing wasn't so cool. Glad I haven't pushed it yet.
# Fix fix...
$ git commit --fixup=35354a9
# Creates commit "fixup! A cool thing"

$ git rebase --autosquash
# Squashes commit "fixup! A cool thing" into commit "A cool thing"




Show Original Post


10.03.2026 21:55
frontenddogma (@frontenddogma@mas.to)

Git Is the New Code, by @neciudan.dev:

neciudan.dev/the-new-developer

#ai #git #commandline #codereviews




Show Original Post


10.03.2026 21:17
post (@post@programming.dev)

git push? Do your pushups first

programming.dev/post/46995579




Show Original Post


10.03.2026 21:00
n (@n@gotosocial.tourmentine.com)

[lien] armgabrielyan/deadbranch: Clean up stale git branches safely. #gik #git #cli




Show Original Post


10.03.2026 18:45
TheTomas (@TheTomas@social.toot9.de)

Ein deterministischer #Workflow mit #Markdown, #Pandoc und #Git. Entstanden bei einem tagelangen Ausflug in den Kaninchenbau.

blog.jakobs.systems/micro/2026

#Codeberg #Repo #ISMS #Dokumentenlenkung





Show Original Post


10.03.2026 18:32
habr (@habr@zhub.link)

Синхронизируем Obsidian быстро, безопасно, удобно и бесплатно

гайд по синхронизации obsidian vault через git с шифрованием через git-crypt и gpg (заметки хранятся на сервере в зашифрованном виде, локально обычный markdown )

habr.com/ru/articles/1008758/

#obsidian #gitcrypt #gpg #git




Show Original Post


10.03.2026 17:52
tuxiqae (@tuxiqae@mastodon.social)

Anyone got a working commit signing example for a using

Currently getting the following error:
error: gpg failed to sign the data:
gpg: skipped "$USER": No secret key




Show Original Post


1 ...57 58 59 60 61 62 63 64 65 66 67 ...347
UP