git

Back Open Paginator
03.05.2024 00:08
qiita (@qiita@rss-mstdn.studiofreesia.com)

【初学者】フロント開発環境構築 - 入社2日目の振り返り -【mac】
qiita.com/shimamoooon/items/35

#qiita #Git #homebrew #warp #Vercel




Show Original Post


02.05.2024 17:05
eptesicurse (@eptesicurse@mstdn.ca)

If you block a PR using an emoji, mentioning exceptional benefits as a threshold for approval, and citing Linus Torvals, you're telling on yourself.

#BadCode #Git #Github #Toxic #Software #SoftwareDevelopment




Show Original Post


02.05.2024 15:51
nobodyinperson (@nobodyinperson@fosstodon.org)

What would cause :git: #git to shell out at 'git -C repo fetch --all'?

I call git via #Python's subprocess module (no, not with shell=True) and it apparently shells out to my default :fish_shell: #fishShell, which fails due an error the shell init because I didn't give it some dependencies in my #nix package. That's how I notice. Weird!? 🤔




Show Original Post


02.05.2024 15:22
webbureaucrat (@webbureaucrat@floss.social)

Just got an email with an attached, "Copy of Copy of May Newsletter (3).pdf"

How do normal people live without #git?




Show Original Post


02.05.2024 13:55
heisec (@heisec@social.heise.de)

Angreifer umgehen Microsoft Smartscreen und brechen in Gitlab ein

Die US-Cybersicherheitsbehörde CISA hat Angriffe auf eine Lücke im Microsoft Smartscreen und auf eine Gitlab-Schwachstelle gesichtet.

heise.de/news/Angreifer-umgehe

#Cybercrime #Git #Security #Sicherheitslücken #news




Show Original Post


02.05.2024 06:00
theradiocc (@theradiocc@social.tchncs.de)

Ein herzliches willkommen an alle neuen Follower*innen. Schon in die letzte Folge gehört? Da ging es u.a. um #Gizual#Git #Visualisierung ohne Datenbank und auf den Grazer #LinuxTage n: Gizual-Vortrag

theradio.cc/blog/2024/04/14/ll




Show Original Post


02.05.2024 01:10
videos (@videos@peertube.linuxrocks.online)

First Time Git Setup for Fedora Documentation Project

peertube.linuxrocks.online/vid




Show Original Post


01.05.2024 23:39
ciclotrone (@ciclotrone@mastodon.bida.im)

I used #git hooks to automate the publication of new posts every time I `git-push` to the main branch of my #Hugo powered blog.En passant I also talk about #federation.

You can read in full here:
blog.movimento-centrale.it/pos

Thanks to @zassenhaus for discussing and reading a draft of the post.




Show Original Post


01.05.2024 23:22
notes (@notes@sakurajima.social)

People love recommending and raving about #Syncthing - it's a really cool project but honestly despite thinking hard about it, I still have not found any use for it (which is a lil frustrating ngl). I think the issue is I'm already used to syncing stuffs through #Git anyway lol and I kinda prefer it since it's a lil more "explicit" or intentional + you could add notes/context to the commit if needed.




Show Original Post


01.05.2024 21:51
adamchainz (@adamchainz@fosstodon.org)

Yay, I got my book update covered in this month’s #Git Rev News, the official Git newsletter. Check it out, lots of fun links including many new tools: git.github.io/rev_news/2024/04




Show Original Post


01.05.2024 20:41
charette (@charette@mstdn.ca)

Listing all branches with "git branch --list -a" was returning a long list of branches that I knew I had previously deleted.

Running "git push origin --delete <name>" wasn't working ("remote ref does not exist").

Turns out I had to *prune* them. The correct command to run was "git fetch --prune" or "git fetch -p".

#git




Show Original Post


01.05.2024 20:25
beachcomber (@beachcomber@social.leecalvin.xyz)

I just spent way too much time researching the pros and cons of #git rebase vs merge.

#VersionControl




Show Original Post


1 2 3 4 5 6 ...42
UP