JJ is a Git-compatible DVCS that is both simple and powerful
#jj #vcs #sourcecontrol #devops #repository
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
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.
#sourcecontrol #retrocomputing
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 Upstreams and Forks: A Complete How-To | Atlassian Git Tutorial https://www.atlassian.com/git/tutorials/git-forks-and-upstreams
#git #softwareengineering #sourcecontrol
Passing a #programing 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 #sourcecontrol 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.
How to turn off the #SourceControl plug in on #VisualStudio. https://colinmackay.scot/2023/04/19/speed-up-visual-studio-by-turning-off-the-source-control-plug-in/
#dotnet #visualstudio #sourcecontrol
STG I wouldn't get anything done at work without #git --no-verify
#sourcecontrol #softwaredevelopment #webdev #programming #git
I would definitely get on board with something like a #GitHub Audio Edition.
I'd also really like to put my entire #MusicProduction environment in #VersionControl, kinda like how #Docker works for software devs.
Just imagine, in addition to having your project files in #SourceControl, you could also have your #DAW, #plugins, #presets, #samples, #drivers, 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 #hardware independently from your #software, 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
Do you mean the exhaustion valve?
those #respirators are safe for the #dentist but not for patients
KN99 & #ARANET4 should be standard
airfilters & open windows, too
every #patient should be tested for #sourcecontrol with calibrated #antigen #SarsCoV2 tests
#respirators #dentist #aranet4 #patient #sourcecontrol #antigen #sarscov2 #covidisnotover #covidisairborne #servicetoot
On January 2024, #GitHub will remove support for #Subversion!
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 #InfoQ: http://bit.ly/3K7VTzO
#github #subversion #infoq #git #sourcecode #sourcecontrol
Git DoS vulnerability disclosed: Legit Security Discovers “MarkdownTime”, A Vulnerability in Markdown Services Affecting GitHub, GitLab and others. Recorded as CVE-2022-39209. https://www.globenewswire.com/news-release/2023/01/19/2591980/0/en/Legit-Security-Discovers-MarkdownTime-A-Vulnerability-in-Markdown-Services-Affecting-GitHub-GitLab-and-Countless-Others.html #DoS #DDos #github #gitlab #cybersecurity #CVE #DevOps #software #repositories #sourcecontrol #security
#dos #ddos #github #gitlab #cybersecurity #cve #devops #software #repositories #sourcecontrol #security
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
#mercurial #githubalternative #sourcecontrol
#CitizenScience can measure #Airquality
It can also enable
#PracticalAction
When
The air is #UnSafe?
#IndoorAirPollution up to 5 x outdoors
#SourceControl important
#Ventilation+ #AirFiltration of buildings @DrGaryFuller@twitter.com
We can do both
#DiseaseResilience
#ClimateEmergency
#citizenscience #airquality #practicalaction #unsafe #indoorairpollution #sourcecontrol #ventilation #airfiltration #diseaseresilience #climateemergency
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
"By the time you need advanced Git — the wheels have already come off car. Let's focus instead on using core Git correctly."
https://blog.trunk.io/minimum-viable-git-for-trunk-based-development-81a5da7a77a7 #git #sourcecontrol #pullrequests #gitflow #trunkbaseddevelopment
#git #sourcecontrol #pullrequests #gitflow #trunkbaseddevelopment
This is my #GitHubUnwrapped! Get your own: https://githubunwrapped.com #programming #devlife #sourcecontrol #git #github
#githubunwrapped #programming #devlife #sourcecontrol #git #github
This is my #GitHubUnwrapped! Get your own: https://githubunwrapped.com #programming #devlife #sourcecontrol #git #github
#githubunwrapped #programming #devlife #sourcecontrol #git #github
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
#gamedev #indiedev #indiegamedev #sourcecontrol #svn #git #repositories
Now I’m wondering if there’s an #ActivityPub, distributed, #federated #GitHub or #GitLab equivalent.
The sheer reliance of *gestures* everything being on GitHub has always made me uncomfortable.
—
#git #sourcecontrol #codereview #codereviews #pullrequest #pullrequests #merge #mergerequest #mergerequests
#activitypub #federated #github #gitlab #git #sourcecontrol #codereview #codereviews #pullrequest #pullrequests #merge #mergerequest #mergerequests