git

Back Open Paginator
14.11.2025 00:00
leanpub (@leanpub@mastodon.social)

Git y GitHub desde cero by Brais Moure is free with a Leanpub Reader membership! Or you can buy it for $8.90! leanpub.com/git-github




Show Original Post


13.11.2025 23:43
post (@post@programming.dev)

Setting File Permissions in Git

programming.dev/post/40709601




Show Original Post


13.11.2025 22:31
kolev (@kolev@babka.social)

Is there a way to edit text and use #Git on a mobile device?

#Android #LineageOS #programming #AskFedi




Show Original Post


13.11.2025 22:16
rnb (@rnb@framapiaf.org)

Alors oui, #git (et tout autre gestionnaire de versions) est un outil absolument extraordinaire et on aurait beaucoup de mal à faire notre travail de #dev sans ça !

Et j'en ai utilisé quelques uns : #CVS 😄 , #SVN, #Bazaar, #Mercurial

Maintenant... quand tu vois que, sur un projet #python, le dossier .git (qui contient l'historique des modifications) représente... 87% du poids total du machin... 😱




Show Original Post


13.11.2025 20:27
ketmorco (@ketmorco@fosstodon.org)

So... I've gotten pretty tired of waiting on Internet or dealing with companies pulling the rug out from under me. Expecially when we have DVCS *right there*.

I've done a lil' hacking to create my own little #software #forge that doesn't depend on having a central server anywhere... but you *can* use it.

(It does clutter up your #git log a bit, but... pretty sure you can filter out commits if it's too noisy?)

You can even just use a text editor, if you want!




Show Original Post


13.11.2025 20:11
gregdonald (@gregdonald@mastodon.social)

TIL about `zsh_stats`. 😎





Show Original Post


13.11.2025 19:30
devdigest (@devdigest@mastodon.social)

⚡️ Microsoft doubles down on its Secure Future

🏷️

devdigest.today/goto/5062




Show Original Post


13.11.2025 19:00
devdigest (@devdigest@mastodon.social)

⚡️ Copilot Auto Model Selection Arrives in Preview

🏷️

devdigest.today/goto/5060




Show Original Post


13.11.2025 15:09
HaraldKi (@HaraldKi@nrw.social)

Progress on gitlogui. Yes, exactly. A minimal UI for git log.

New:

- regex or simple search through the shown text
- commit graph (--graph option of git log) may be shown

Suggestions of features to add are welcome.😀

Same for a professional layout suggestion for the seemingly randomly tossed text entries and check boxes of the UI.

codeberg.org/harald/gitlogui

#gitlogui #git #git-log #gitk #tkinter #python




Show Original Post


13.11.2025 15:07
aral (@aral@mastodon.ar.al)

A feature that’s currently missing from @forgejo (and thus @Codeberg) is the ability to move issues between repositories (see codeberg.org/forgejo/forgejo/i).

Thankfully, Benjamin Melançon created Forego Helpers with a move_issue.py script that does this using the Forgejo API. Sadly, the script has a bug in it (a tiny regression introduced during a refactor) and their Forgejo instance doesn’t have signups so I couldn’t create a pull request, so here is a fork for the time being that you can use:

codeberg.org/aral/forgego-help

While fixing the bug, I also updated the project to use uv (docs.astral.sh/uv/) – think of it as a single tool that’s the equivalent of nvm and npm in Node.js that makes Python, well, usable out of the box.

So to move issue #299 from kitten/app to kitten/site on Codeberg, for example, you’d run the following in your terminal:

```shell
uv run move_issue.py kitten app 299 kitten site
```

That will move the issue (including comments), comment on both the old and new issues to link them together, and then close the old issue.

Enjoy!

#forgejo #codeberg #issues #repositories #git #movingIssues #python #uv #tools




Show Original Post


13.11.2025 13:50
objects (@objects@social.tourmentine.com)
[lien] Mergiraf: syntax-aware merging for Git - Lobsters (lwn.net via mpweiher) #gik #git #dev


Show Original Post


13.11.2025 13:22
underlap (@underlap@fosstodon.org)

After bumping into a fun interview with Linus Torvalds on 20 years of git (youtu.be/sCr_gb8rdEI) I took a look at the first commit of git: github.com/git/git/commit/e83c. Nice to see small beginnings for such a successful project.

Some of Torvald's commit logs are fun to read too (git log --reverse came in handy)

#git




Show Original Post


1 ...194 195 196 197 198 199 200 201 202 203 204 ...348
UP