Volkan Özçelik · @volkan
44 followers · 1407 posts · Server z2h.dev

JJ is a Git-compatible DVCS that is both simple and powerful

github.com/martinvonz/jj

#jj #vcs #sourcecontrol #devops #repository

Last updated 1 year ago

SnackTraces · @snacktraces
132 followers · 2 posts · Server hachyderm.io

New to source control? (git, svn, etc)

A good way to learn is to use it on even your programming tinkering projects. If you are following a tutorial initialize that directory and practice using git as you work through.

Even if you are the only one working in the code it can still be helpful in learning git by using on your code.

#git #sourcecontrol #softwaredevtips

Last updated 1 year ago

Paolo Amoroso · @amoroso
1700 followers · 2456 posts · Server fosstodon.org

A good history of version control systems and an overview of CVS for those who know only Git. But it doesn't mention the first significant such tool, the venerable SCCS.

twobithistory.org/2018/07/07/c

#sourcecontrol #retrocomputing

Last updated 1 year ago

SnackTraces · @snacktraces
84 followers · 176 posts · Server allthingstech.social

Anyone new to git (a commonly used source control tool) and wants to learn more about it or even how to start using it?

I am offering (free) pairing/demo sessions.

#git #sourcecontrol

Last updated 1 year ago

Elan Hasson · @elan
1350 followers · 2871 posts · Server publicsquare.global
Marek Gluza · @Marekgluza
47 followers · 109 posts · Server mathstodon.xyz

Passing a course at any respectable institution of higher education should result in openly available code repository that the student can add to their portfolio. More compounding of acquired knowledge, if the full semester has a repo then almost surely you will gain experience of resolving merge conflicts and develop the habit to your own work. And we could focus on what really matters and not need to be teaching basics that should have been included as an integral part already because, hello, 21st century.

#sourcecontrol #programing

Last updated 2 years ago

Colin Mackay (he/him) · @colinmackay
165 followers · 256 posts · Server mastodon.scot

STG I wouldn't get anything done at work without --no-verify

#sourcecontrol #softwaredevelopment #webdev #programming #git

Last updated 2 years ago

@303 @ConatusPrinciple

I would definitely get on board with something like a Audio Edition.

I'd also really like to put my entire environment in , kinda like how works for software devs.

Just imagine, in addition to having your project files in , you could also have your , , , , , etc., all saved in the precise state required for every project you've ever worked on. Need to revisit a project from several upgrades ago? Just checkout the most recent commit from that project, and everything would be exactly as you left it.

This would also allow you to upgrade your independently from your , and/or restore everything to perfect working order on a new machine within minutes (instead of hours or days) in case of theft, damage, or catastrophic hardware failure.

IMO, the necessary tech to make this kind of thing possible isn't *quite* there yet, but probably will be soon. 🤞

#github #musicproduction #versioncontrol #docker #sourcecontrol #daw #plugins #presets #samples #drivers #hardware #software

Last updated 2 years ago

Vigilance🎯 · @vigilance
151 followers · 1029 posts · Server forall.social

@acepinecone

Do you mean the exhaustion valve?

those are safe for the but not for patients

KN99 & should be standard

airfilters & open windows, too

every should be tested for with calibrated tests


#respirators #dentist #aranet4 #patient #sourcecontrol #antigen #sarscov2 #covidisnotover #covidisairborne #servicetoot

Last updated 2 years ago

InfoQ · @infoq
464 followers · 61 posts · Server techhub.social

On January 2024, will remove support for !

Introduced in 2010 to provide developers with a path to Git, the SVN endpoint now receives only 0.02% of the requests to the source control service.

Learn more on : bit.ly/3K7VTzO

#github #subversion #infoq #git #sourcecode #sourcecontrol

Last updated 2 years ago

BGDoncaster · @BrentD
2 followers · 34 posts · Server techhub.social
Anthro Cougar · @anthro_cougar
0 followers · 7 posts · Server pony.social

I've been using Mercurial instead of Git for version control on a project. Really just to see what Mercurial is like and if I like it. So far the main thing lacking from the experience is a cloud service with the convenience of Github. Something similar to Github would be ideal but all I really need is just a cloud location to store Mercurial repositories so a simpler solution would also suffice. Anyone know anything suitable?

#mercurial #githubalternative #sourcecontrol

Last updated 2 years ago

Arnan de Gans · @arnandegans
5 followers · 191 posts · Server home.social

Any Git nerds on here that I can ask a few things about it?
I'm trying to automate a few things related to WP plugins and my general workflow.

Not Github... Just Git - But using the Github desktop app (Or another if you recommend something that makes sense).

#git #sourcecontrol #help

Last updated 2 years ago

Jon Fazzaro · @fazzaro
22 followers · 53 posts · Server hachyderm.io

"By the time you need advanced Git — the wheels have already come off car. Let's focus instead on using core Git correctly."

blog.trunk.io/minimum-viable-g

#git #sourcecontrol #pullrequests #gitflow #trunkbaseddevelopment

Last updated 2 years ago

Marco Siccardi · @msicc
204 followers · 792 posts · Server mastodon.social
Marco Siccardi · @msicc
335 followers · 1274 posts · Server mastodon.social
Sam Seltzer-Johnston · @sbseltzer
76 followers · 214 posts · Server peoplemaking.games

Want to save disk space when your repo is bloated without losing history or sacrificing game/dev performance? You want your project on an SSD for max development performance but the repository history bloat can be moved to something bigger and slower, even a big fat external drive!

- SVN: Create a symbolic link (yes you can do this on Windows) from your .svn/pristine folder to a larger drive. It's important not to do this to the whole .svn directory as that can break things.
- Git: There are multiple ways. One is doing the same thing as above to your .git directory. Another is adding the --git-dir="path/to/.git" to your Git commands, or setting the GIT_DIR environment variable for the context the git commands are being run from.

There are probably similar ways to do this for Perforce and Mercurial, but I've never tried this on them.

#gamedev #indiedev #indiegamedev #sourcecontrol #svn #git #repositories

Last updated 2 years ago

Joseph Quigley 🐀 · @quigs
101 followers · 251 posts · Server hachyderm.io

Now I’m wondering if there’s an , distributed, or equivalent.

The sheer reliance of *gestures* everything being on GitHub has always made me uncomfortable.


#activitypub #federated #github #gitlab #git #sourcecontrol #codereview #codereviews #pullrequest #pullrequests #merge #mergerequest #mergerequests

Last updated 2 years ago