git

Back Open Paginator
25.10.2024 03:39
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


25.10.2024 02:44
patrick (@patrick@o0o.social)

Is it just me or this GitHub's home page having issues?

#github #git #dev





Show Original Post


25.10.2024 02:09
github (@github@techhub.social)

Highlights from Git 2.47

Check it out! 👇
github.blog/open-source/git/hi

#OpenSource #Git




Show Original Post


25.10.2024 00:41
brianhayesdev (@brianhayesdev@mas.to)

I used to think Git was just for saving files to a cloud server. It wasn't until I worked on a team of developers that I recognized how valuable other features of Git, like branching, were. The concept is simple, git branches basically allow you to "branch" off from one point in your project's history to fix a bug, create a new feature, or just explore a new idea. This won't affect the "main" branch of the project until this branch is "merged" back into the "main" branch.

#git #learngit





Show Original Post


25.10.2024 00:32
jtr109 (@jtr109@mastodon.world)

I found an interesting behavior in Git merge: when merging from one branch to another, Git compares the content from three commits: the base commit, the HEAD commit, and the merging commit (target commit). If the contents in either the HEAD commit or the merging commit are the same as those in the base commit, the contents in the other commit are applied to the merged commit.

stackoverflow.com/questions/68

#Git




Show Original Post


24.10.2024 21:48
janvlug (@janvlug@mastodon.social)

Russian contributors have been removed from the file.

Commit message:
"Remove some entries due to various compliance requirements. They can come back in the future if sufficient documentation is provided."

What do you think about this?

github.com/torvalds/linux/comm




Show Original Post


24.10.2024 20:42
SecretAntelope (@SecretAntelope@covertcreatures.xyz)

Going for a record!

#git #github





Show Original Post


24.10.2024 17:01
joerglohrer (@joerglohrer@reliverse.social)

"Gittet und ihr werdet empfangen, dass eure Freude vollkommen sei."
– Bibel, Johannes 16:24
Wir hatten einen erkenntnisreichen Austausch mit dem @ekhn -Medienhaus zu git(lab) und es wächst die Begeisterung, dass wir mit einem versionierbaren und asynchronen Workflow nicht nur agil unterwegs sind, sondern digitale Souveränität mit einer technischen Infrastruktur verbunden ist, die uns einen guten Grund dazu gibt.
sola #git !
oer.community/arbeiten-mit-git




Show Original Post


24.10.2024 16:16
dad (@dad@mastodon.eole.education)

@bortzmeyer #mercurial ?

fr.wikipedia.org/wiki/Mercuria

J’avais lu un article qui expliquait pourquoi facebook n’était pas passé à #git

graphite.dev/blog/why-facebook

#sourceCode #DVCS #VCS




Show Original Post


24.10.2024 15:31
ddoomen (@ddoomen@mastodon.social)

and have practiced Test-Driven Development for almost 15 years. I understand that tests shouldn't be too small in scope, nor too large, and I avoid global Dependency Injection registration logic. I also see a lot of value in the SOLID principles, and have used them to build successful codebases. I've applied in a large distributed system and still support the decision. And finally, I use both a GUI and the CLI simultaneously. Just remember:




Show Original Post


24.10.2024 13:36
heptapod (@heptapod@fosstodon.org)

#heptapod 17.3.2 released, featuring #gitlab 17.3.6 regular patch update Docker: hub.docker.com/r/heptapod/hept Changelog: foss.heptapod.net/heptapod/hep #git #mercurial




Show Original Post


24.10.2024 11:39
bennyville (@bennyville@mastodon.social)

TIL u can write the output of `git diff` to a file (`git diff > foobar.patch`) and use it as a patch, which you can then apply with `git apply foobar.patch`




Show Original Post


1 ...89 90 91 92 93 94 95 96 97 98 99 ...139
UP