Urh Srecnikblog.srecnik.info·Nov 18, 2024How to Keep Oracle Database Schema(s) Under Version Control (git, mercurial) Using DDLFSI've just released new (beta) version of ddlfs, which now also supports running natively on Windows (thanks to Dokan). Originally it written for Linux/libfuse only. I made it so that I wouldn't need to use graphical interfaces when interacting with O...ddlfs
RAKESH DUTTAdailydoseindevops.hashnode.dev·Jul 23, 2024Types of Version Control System (Cvcs && Dvcs)Centralized Versioned Control System In centralized source control system there is a main server where all versions of the code are stored. To start working on a project users first bring code from this central server to their local machines. This pr...DevOps Slow to Flow </>vcs
Reagan Mwangideepcore.hashnode.dev·Jul 1, 2024Exploring Git Alternatives: Comprehensive ComparisonVersion control is an essential aspect of modern software development, ensuring that changes to codebases are tracked and managed efficiently. While Git has become the de facto standard for many developers, it's worth exploring other version control ...10 likesperforce helix cor
Chetan Thapliyalblog.chetanthapliyal.cloud·Aug 2, 2023Mastering Version Control Systems: A Comprehensive GuideIn the ever-evolving landscape of software development, maintaining a coherent and organized codebase is essential. Enter Version Control Systems (VCS), a pivotal tool that revolutionizes how developers collaborate, manage changes, and safeguard thei...GitGit
Syed Jafer Ksyedjaferk.hashnode.dev·Jan 22, 2023Git vs Mercurial: Comparing Design, Speed, Data Model, Merging and EcosystemsMercurial and Git are both distributed version control systems, but they have some differences in terms of their design and implementation. Design: Mercurial has a simpler design compared to Git. Mercurial's design is based on a centralized model, wh...60 readsGit Coursemercurial
Syed Jafer Ksyedjaferk.hashnode.dev·Jan 22, 2023Git vs. Mercurial: Why the Linux Community Chose Git After BitKeeper's License ChangeIntroduction When BitMover, the company that developed BitKeeper, changed the terms of the free version of its license agreement in 2005, the Linux community, led by Linus Torvalds, was looking for a replacement version control system. While Andrew T...42 readsGitHub
Syed Jafer Ksyedjaferk.hashnode.dev·Jan 21, 2023Breaking the Boundaries: Mercurial vs BitKeeperIn 2005, Andrew Tridgell, the developer of the Samba file server and the open-source version control system Mercurial, was accused of violating the terms of service of the proprietary version control system BitKeeper. Tridgell had reverse-engineered ...54 readsGit Coursemercurial
Syed Jafer Ksyedjaferk.hashnode.dev·Jan 19, 2023The BitKeeper-Git Saga: How a License Agreement Change Shaped the Open-Source WorldIntroduction The world of version control systems is an ever-evolving landscape. Among the various systems that have been developed, two that have stood out are BitKeeper and Git. While both have been instrumental in the development of open-source pr...246 readsGit Courseversion control systems
Omolade Akinwumimennymo.hashnode.dev·Aug 19, 2022Version Control / GitKey Areas Covered Version Control What is git? Why use it? Github What are the alternatives to git and what are their use cases Version Control Version control, also known as source control, is the practice of tracking and managing changes to...1 like·138 readsGitHub
SONIA SINGLAsoniasingla.hashnode.dev·Sep 8, 2020Mercurial Guide for Firefox WorkflowMercurial Distributed SCM To collaborate with the other developers on a project around the world, all the programmers need some kind of Version Control System (VCS) to manage the source code. While most of the developers use git for a version con...Open Source