Want the full git story behind a file?
git log -p -- your-file-name.js
See every change, every commit, every regret.
#git #versioncontrol #javascript #devtools
Want the full git story behind a file?
git log -p -- your-file-name.js
See every change, every commit, every regret.
#git #versioncontrol #javascript #devtools
Git y GitHub desde cero by Brais Moure is free with a Leanpub Reader membership! Or you can buy it for $8.90! http://leanpub.com/git-github #ComputerProgramming #ComputerScience #Software #VersionControl #Git #SoftwareEngineering
Git y GitHub desde cero by Brais Moure is free with a Leanpub Reader membership! Or you can buy it for $8.90! http://leanpub.com/git-github #ComputerProgramming #ComputerScience #Software #VersionControl #Git #SoftwareEngineering
Ah yes, in 2023, we're finally realizing that commit signing is "kinda wack" . Harley Watson bravely ventures into the complex world of version control—only to find himself baffled by his own #frustration with #GnuPG. Meanwhile, the rest of us are just trying to figure out why he bothered in the first place
.
https://lobi.to/writes/wacksigning/ #commitSigning #versionControl #techHumor #HackerNews #HackerNews #ngated
A British insult or a useful #VersionControl system? Why not both?
.... And this introductory course from ACDH will teach all you things #Git to get you started, this week for #TrainingTuesday https://campus.dariah.eu/resources/hosted/git-collaboration
The Untold Story of Git, by (not found on Mastodon or Bluesky):
#UnityTips: Use #Plastic #SCM for your Unity projects for reliable and fast version control.
Enjoy features like atomic commits, branch visualization, and merge tracking. #PlasticSCMForUnity #VersionControl #Unity #Unity3D #GameDev #IndieDev https://unity.com/products/plastic-scm
I do agree with Alan! ( Alan Cox)
Linus probably has a different notion about that. Do you, Linus? Linus Torvalds
Can I have some recommendations for the privacy respecting web-based platform for version control and repository management? Ditching Github once for all
#Development #Anniversaries
Still weird, still wonderful · 20 years ago, Git began to dominate version control https://ilo.im/1637dz
_____
#Programming #Coding #VersionControl #Git #GitHub #WebDev #Frontend #Backend
Happy 20th birthday, Git! Still the angsty teenager of the programming world, misunderstood yet worshipped by developers who can't resist its chaos.
Meanwhile, #GitButler promises to tame the beast—because clearly, what we need is another way to get lost in version control.
https://blog.gitbutler.com/20-years-of-git/ #Git #20thBirthday #VersionControl #DeveloperLife #ProgrammingHumor #HackerNews #ngated
I have a bare #git repo locally, on disk. Can I push/mirror it somewhere non-local using "git push", but without cloning it first? #vcs #versioncontrol
I struggled with #Git, so I'm making a game to spare others the pain
https://initialcommit.com/blog/im-making-a-git-game
GitHub Vs GitLab: Which One Is Best For You In 2024?
https://www.tuvoc.com/blog/github-vs-gitlab-which-one-is-best-for-you-in-2024/
Compare GitHub and GitLab to find the best platform for your development needs in 2024. Explore their features, security, and collaboration tools to make the right choice.
#GitHub
#GitLab
#VersionControl
#DevOps
#SoftwareDevelopment
#CodeHosting
#Git
#OpenSource
#Coding
#RepositoryManagement
#TechTrends2024
#Developers
#Programming
#CodeCollaboration
I have to use Git but I am not able to remember the terms from one use to the next.
I don't want to use the command line.
I want to use it in windows.
I am using github.com
Is there a better programme than Git Gui *for me* (see above)? I don't know what I'm doing half of the time.
Fun fact: I am using it for a library called CompGIT but my GIT stands for Geometric Invariant Theory.
New Hacking the Grepson podcast episode is out!
Hacking the Grepson 087: Version Control
Matt (@messerman) and Mike (@nebyoolae) discuss the amazing benefits of using version control for your code.
Episode Link: https://www.podbean.com/eas/pb-pbaud-180b7c7
Show Feed: https://feed.podbean.com/hackingthegrepson/feed.xml
Show Home: https://hackingthegrepson.com
Dear Mercurial users,
I have been digging into version control systems lately, to broaden my knowledge. As many people seem to be especially fond of Mercurial, may I ask what your main selling points for it are?
Compared to CVS or Subversion it has many of the advantages that Git has, too. Decentralized, etc. yadda yadda.
But what are your favorite features in comparison to Git? What makes it special in your opinion?
Thank you!