amoroso, to random
@amoroso@fosstodon.org avatar

I know, Git is a mess. But, since we're stuck with it, we may as well try to learn how it works with resources like this, which aims to lead to some form of Git enlightenment.

https://think-like-a-git.net

leanpub, to random
@leanpub@mastodon.social avatar

Git Prodigy: Mastering Version Control with Git and GitHub https://leanpub.com/git-prodigy by Ebenezer Don is the featured book on the Leanpub homepage! https://leanpub.com

leanpub, to ComputerScience
@leanpub@mastodon.social avatar

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

leanpub, to ComputerScience
@leanpub@mastodon.social avatar

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

leanpub, to terraform
@leanpub@mastodon.social avatar

Mastering Infrastructure Automation https://leanpub.com/b/masteringinfrastructureautomation by GitforGits | Asian Publishing House is the featured bundle on the Leanpub homepage! https://leanpub.com

leanpub, to ComputerScience
@leanpub@mastodon.social avatar

Git y GitHub desde cero: Guía de estudio teórico-práctica paso a paso más curso en vídeo https://leanpub.com/git-github by Brais Moure is the featured book on the Leanpub homepage! https://leanpub.com

leanpub, to ComputerScience
@leanpub@mastodon.social avatar

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

amoroso, to random
@amoroso@fosstodon.org avatar

This introduction to Git aims to "reveal a bit of the simplicity underlying it". I'm not sure Git is as simple as it is to the author, but this work does help understand a little bit more on the tool and amek it feel less confusing:

https://jwiegley.github.io/git-from-the-bottom-up/

#git #VersionControl

jbzfn, to opensource
@jbzfn@mastodon.social avatar

⏳ A History of Source Control Systems: SCCS and RCS (Part 1) | David Soria Parra

「 Source Control Management (SCM) Systems, have a long and rich history. As the systems evolved, so have their concepts, use cases and adoption over time. While SCMs are ubiquitous in modern software development, they have been fairly novel in the 80s and 90s, and arguable it took the rise of Git and Github for them to be used nearly everywhere 」

https://experimentalworks.net/posts/2024-03-18-a-history-of-vcs-part1/

#VersionControl #SCCS #RCS #Opensource

jbzfn, to productivity
@jbzfn@mastodon.social avatar

🤔 Why Don't I Like Git More? | Mathew Duggan

I don't feel like I can always "control" what git is going to do, with commands sometimes resulting in unexpected behavior that is consistent with the way git works but doesn't track with how I think it should work. Instead, I need to keep a lot in my mind to get it to do what I want.

https://matduggan.com/why-dont-i-like-git-more/

anders, to 11ty
@anders@thoresson.social avatar

While building my new site in #11ty, which is a new tool for me, I wonder if it’s time for me to learn #Git and #versioncontrol as well.

I notice that I over and over again make a backup copy of a Nunjucks partial or my eleventy.config.js before trying something (that more often than not breaks some things). And sometimes I lose track on where I’m in my dev process.

Would I benefit from version control? Any relevant tutorials to share?

#indieweb

leanpub, to terraform
@leanpub@mastodon.social avatar

Mastering Infrastructure Automation https://leanpub.com/b/masteringinfrastructureautomation by GitforGits | Asian Publishing House is the featured bundle on the Leanpub homepage! https://leanpub.com

amoroso, to retrocomputing
@amoroso@fosstodon.org avatar

A short history of software version control over the past two decades, which covers both open source and proprietary systems.

https://deprogrammaticaipsum.com/twenty-years-is-nothing/

#versioncontrol #git #retrocomputing

Anoncheg, to emacs
@Anoncheg@emacs.ch avatar


I answered 15 tricky questions for job at topics of DS, ML,
DL. I used ChatGPT to help me. 😈 All answers should be
correct, I will public my calculations after two week if I
wouldn't get offer. ◕‿◕

I learned VC (Version Control) package for Emacs. ⛏ VC isn't a
mode it is permanently available functionality ⚠, can be used
from file-visiting buffer, Dired buffer, VC Directory buffer.

VC offer very powerful commands: ᕙ( •̀ _ •́ )ᕗ

  • vc-next-action - universal intellectual action ✭
  • vc-annotate - for each line, show the latest revision in which
    it was modified. ⋆
  • vc-region-history - Display the history of changes made in the
    region of file visited by the current buffer. ★

I learned project management for Emacs with EDE and projectile
and I found it useless. Because Dired + Bookmarks just do the
same.
😶

thekkid, to random
@thekkid@fosstodon.org avatar

The killer use case for structural diffs and versioning will be comparing reality to the control plane. As opposed to diffing code or the specification.

#VersionControl #StructuralDiffs

5am, to linux
@5am@fosstodon.org avatar

I'm curious to know how others version control their private configuration files / docs / wiki. For now, I've created a stack on my home network. Instead of copying the files I want to track into another folder and pushing from there, I've created hard links. Any other suggestions? @gitea

leanpub, to terraform
@leanpub@mastodon.social avatar
leanpub, to random
@leanpub@mastodon.social avatar

Git Prodigy by Ebenezer Don is on sale on Leanpub! Its suggested price is $19.00; get it for $7.99 with this coupon: https://leanpub.com/sh/0jLFj7fI #Git #ComputerProgramming #VersionControl

leanpub, to random
@leanpub@mastodon.social avatar

Git Prodigy by Ebenezer Don is on sale on Leanpub! Its suggested price is $19.00; get it for $7.99 with this coupon: https://leanpub.com/sh/8jbiIQpM #Git #ComputerProgramming #VersionControl

amoroso, to retrocomputing
@amoroso@fosstodon.org avatar

A short history of version control systems. It doesn't mention versioning file systems but maybe the author implicitly lumped them under manual systems.

https://osshistory.org/p/the-world-before-git

#VersionControl #SoftwareEngineering #retrocomputing

leanpub, to terraform
@leanpub@mastodon.social avatar

Cloud Infrastructure, Backend Development, and Machine Learning https://leanpub.comb/cloudinfrastructurebackenddevelopmentandmachinelearning by GitforGits | Asian Publishing House is the featured bundle on the Leanpub homepage! https://leanpub.com #SystemIntegration #VersionControl #SoftwareEngineering #Terraform #InfrastructureAsCode #CAndCpp

leanpub, to random
@leanpub@mastodon.social avatar

Git Prodigy by Ebenezer Don is on sale on Leanpub! Its suggested price is $19.00; get it for $7.99 with this coupon: https://leanpub.com/sh/L7NbAWY7 #Git #ComputerProgramming #VersionControl

fosslife, to opensource
@fosslife@fosstodon.org avatar
lonespelunker, to github
@lonespelunker@mastodon.social avatar

Is there a GitHub equivalent to the Subversion version control software, where publicly-hosted open source repositories can be found, browsed, and shared?

#versioncontrol #subversion #git #github

leanpub, to terraform
@leanpub@mastodon.social avatar

Terraform for Developers by GitforGits | Asian Publishing House is on sale on Leanpub! Its suggested price is $29.99; get it for $23.99 with this coupon: https://leanpub.com/sh/k855HaXB #SystemIntegration #VersionControl #SoftwareEngineering #Terraform #InfrastructureAsCode

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • rosin
  • InstantRegret
  • ethstaker
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • thenastyranch
  • Youngstown
  • everett
  • slotface
  • osvaldo12
  • khanakhh
  • kavyap
  • anitta
  • Durango
  • vwfavf
  • GTA5RPClips
  • cubers
  • tacticalgear
  • tester
  • cisconetworking
  • ngwrru68w68
  • Leos
  • normalnudes
  • provamag3
  • modclub
  • JUstTest
  • All magazines