git

Back Open Paginator
23.08.2025 07:36
shukebeta (@shukebeta@mastodon.social)

`git add -A` 的作用是:

1. 把 **所有已追踪文件的修改和删除** 加入到 staging。
2. 把 **未追踪的新文件** 也一并加入到 staging。
3. 把 **已删除的文件** 的删除操作也会加入。

简而言之:它是“所有工作区变化(新增、修改、删除)都放进暂存区”,不仅限于已经版本控制的文件。

如果你只想把已经跟踪的文件的修改加入,而忽略新文件和删除,应该用 `git add -u`。




Show Original Post


23.08.2025 01:57
TintedKiwi (@TintedKiwi@mastodon.social)

I have a love/hate relationship with git graphical clients. I’m comfortable with the CLI but prefer a GUI.

On Windows the Fork client is king IMO. I’ve not found something similar on Linux. I’ve tried a bunch of them and always find something that really irritates me.

Currently I’m using SourceGit, which is probably the closest I’m going to get to a Fork alternative on Linux. It’s a decent client overall, though I do miss having a built-in merge editor.

github.com/sourcegit-scm/sourc




Show Original Post


23.08.2025 01:17
lepidotos (@lepidotos@bitbang.social)

Also, does anyone have any opinions on Codeberg? I've heard bad things about GitLab but heard a recommendation for Codeberg in the same breath.
#dev #opensource #git




Show Original Post


23.08.2025 00:52
neustradamus (@neustradamus@mastodon.social)

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




Show Original Post


23.08.2025 00:07
vincentdettmer (@vincentdettmer@chaos.social)

Hooray for ghorg if you need to clone multiple #git repos en mass!




Show Original Post


22.08.2025 23:06
kkremitzki (@kkremitzki@mastodon.social)

I should be able to ` cloen` if I want to




Show Original Post


22.08.2025 21:10
lcheylus (@lcheylus@bsd.network)

Git RFC: Introduce Jujutsu inspired git-history(1) command for easy history editing (abandon, absorb and split commit) - A serie of patches by Patrick Steinhardt #Programming #Git lore.kernel.org/git/20250819-b




Show Original Post


22.08.2025 18:58
pbg (@pbg@techhub.social)

codeberg seems too complex for me, i'll just stick with sourcehut.

radicle is beautiful, but the fact that identities are tied to OS and i need to create a new one every time i distro-hop is depressing.

#programming #git #linux




Show Original Post


22.08.2025 18:11
digiresacademy (@digiresacademy@mastodon.social)

New free online training announced: "Collaborative git without GitHub" by @petrichor 🧑‍💻

> Although git was created as a decentralised way to collaborate, the practical needs of day-to-day work have pushed most of us to use it through a centralised platform (generically called a “forge”), of which the most common is Microsoft’s GitHub.

📅 3 September 2025, 16:00 - 17:30 CET

More info and sign up:
events.digital-research.academ




Show Original Post


22.08.2025 17:38
constantorbit (@constantorbit@hachyderm.io)

I just discovered `git rebase --onto`

This is life-changing. 😍

#git #amCoding #software




Show Original Post


22.08.2025 15:37
heiseonlineenglish (@heiseonlineenglish@social.heise.de)

GitLab 18.3 starts transformation towards comprehensive AI integration

GitLab's strategy is to integrate AI more closely into the development platform. The Duo Agent Platform in Visual Studio is now available as a beta.

heise.de/en/news/GitLab-18-3-s

#ContinuousIntegration #Entwicklungsumgebung #Git #IT #KünstlicheIntelligenz #MicrosoftVisualStudio #Versionskontrolle #news




Show Original Post


22.08.2025 15:17
eyesquash (@eyesquash@mastodon.world)

I can almost wrap my head around #Git. Almost.

#programming #sourceControl




Show Original Post


1 ...300 301 302 303 304 305 306 307 308 309 310 ...347
UP