git

Back Open Paginator
01.05.2024 19:43
neutrinoceros (@neutrinoceros@fosstodon.org)

There are two types of #git users: those who rely on git bisect and git blame to debug, and the ones who don’t care about branch history.




Show Original Post


01.05.2024 17:23
ethauvin (@ethauvin@mastodon.social)

What’s new in Git 2.45.0?

about.gitlab.com/blog/2024/04/




Show Original Post


01.05.2024 16:58
Anarcat (@Anarcat@kolektiva.social)

Tor migrates from Gitolite/GitWeb to GitLab anarc.at/blog/2024-05-01-gitol #debian-planet #git #gitlab #python #python-planet #sysadmin #tor




Show Original Post


01.05.2024 16:40
objects (@objects@social.jayvii.de)

Dabbling with (deploying) #stagit again and reading more into #git hooks is a fun ride! I am quite happy already with https://src.jayvii.de, expanding stagit with a few custom scripts and organising automatic packaging and deployment via hooks




Show Original Post


01.05.2024 13:52
bram85 (@bram85@emacs.ch)

`magit-find-file` allows you to open a file at a certain revision, which could be a (relative) timestamp. Notation: HEAD@{3 days ago}.

Using these bits, I wrote a small #emacs command that displays a file at a certain moment, chosen with the built-in calendar.

```
(defun bram85-magit-find-file-as-of (datetime)
(interactive (list (org-read-date)))
(let ((rev (format "HEAD@{%s}" datetime)))
(magit-find-file rev (magit-read-file-from-rev rev "File: "))))
```

#magit #git




Show Original Post


01.05.2024 02:50
clonbg (@clonbg@masto.es)

Los comandos que necesito para trabajar con git desde la terminal myblog.clonbg.es/los-comandos- #Terminal #Git clonbg.es





Show Original Post


30.04.2024 22:39
Kazinator (@Kazinator@mstdn.ca)

According to your #git history, your most recent commit was 7 months ago, when you got a haircut. The previous one was a week before that, for the new pair of jeans.

OMG, you're abandoned!




Show Original Post


30.04.2024 19:55
kln (@kln@mstdn.io)

I've hosted my own #git server in one way or another for some years now. Latest setup is #forgejo which has been a very pleasant experience.

Being a huge nerd I've been wondering about trying #radicle though - mainly due to the apparent p2p collab features. Decentralised forging is such a tempting improvement...

I know this is zealot chum, but please, no dragging. I just want to know peoples experience with radicle vs forgejo/gitea/...

:)

(Edit: spelling)




Show Original Post


30.04.2024 19:24
drmorr (@drmorr@hachyderm.io)

If I'm reading the article correctly, it looks like some lines got dropped in a merge commit? My guess is that it was a messed-up merge conflict that removed the offending lines? But who knows -- would be very curious to know the actual cause here.

#git




Show Original Post


30.04.2024 19:23
drmorr (@drmorr@hachyderm.io)

"Apparently it's possible to change a git repo in such a way that "git log -p" will never show it. Did you know that? Before yesterday, I definitely didn't."

From rachelbythebay.com/w/2024/04/2

#git




Show Original Post


30.04.2024 17:55
neustradamus (@neustradamus@mastodon.social)

2.45.0 has been released ( / / / / / / / / ) git-scm.com/




Show Original Post


30.04.2024 17:38
abcdw (@abcdw@fosstodon.org)

Did you know that you can do a git log just for a small part of the file?

#git #magit #emacs





Show Original Post


1 2 3 4 5 6 7 ...42
UP