Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 4
62 results for tags version-control x
  • Jujutsu—a version control system
    Found on a discussion of version control systems on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2024-December/031229.html
    See also https://neugierig.org/software/blog/2024/12/jujutsu.html for an attempt on an explanation "high-level enough to read and think about, without providing so much detail that it washes over you."
    https://ahal.ca/blog/2024/jujutsu-mercurial-haven/ is an article from a Mercurial users.
    Sun Dec 15 21:56:11 2024 - permalink -
    - https://github.com/martinvonz/jj
    blog lic:apache2 software tool version-control
  • GitHub - simonthum/git-sync: Safe and simple one-script git synchronization
    This script intends to sync near-automatically via git in "tracking" repositories where a nice history is not as crucial as having one.
    Found via a link on https://orgmode.org/worg/
    Wed Jul 19 14:31:29 2023 - permalink -
    - https://github.com/simonthum/git-sync
    git TODO tool version-control
  • GitHub - magit/forge: Work with Git forges from the comfort of Magit
    Work with Git forges, such as Github and Gitlab, from the comfort of Magit and the rest of Emacs.
    Found on https://github.com/fstamour/local-gitlab which was mentioned on https://lisp-journey.gitlab.io/blog/i18n-in-my-lisp-web-app-with-djula-templates-and-gettext/
    Tue May 9 10:20:19 2023 - permalink -
    - https://github.com/magit/forge
    emacs FOSS git GPL software TODO version-control
  • Editing org files on an Android device - Part 1
    First article in a series about using native GNU Emacs on Android. As of 2025-02-26, I have not found other parts.

    Other interesting articles on this blog are
    https://emacs.dyerdwelling.family/emacs/20241226125955-emacs--exploring-emacs-based-static-website-publishing-with-org-publish/
    https://emacs.dyerdwelling.family/emacs/20250221075427-emacs--why-i-switched-from-magit-to-vc-mode/
    https://emacs.dyerdwelling.family/emacs/20230308203648-emacs--indexing-my-emacs-init-file/
    and probably many others.
    Tue Mar 14 13:10:49 2023 - permalink -
    - https://www.emacs.dyerdwelling.family/emacs/20230312193655-emacs--editing-files-on-a-phone-and-tablet/
    Android blog emacs GNU org-mode version-control
  • vc-fossil: GNU Emacs VC backend for the Fossil version control system
    Support for the Fossil version control system https://fossil-scm.org/home/doc/trunk/www/index.wiki for Emacs' VC version control abstraction.
    Wed Nov 30 11:44:09 2022 - permalink -
    - https://tumbleweed.nu/r/vc-fossil/doc/tip/README.md
    emacs FOSS fossil GNU lisp version-control
  • Cobble is a primitive source code control system, targeted at tarball (or part* "shar" archives)
    Found via https://www.tuhs.org/pipermail/tuhs/2022-July/026117.html
    https://stromberg.dnsalias.org/~dstromberg/table.html looks interesting too.
    Wed Jul 6 11:33:48 2022 - permalink -
    - https://stromberg.dnsalias.org/~strombrg/cobble.html
    TODO tool version-control
  • SCCS - The POSIX standard Source Code Control System.
    An open source implementation of SCCS, found via https://www.tuhs.org/pipermail/tuhs/2022-June/025898.html
    The comparison to RCS on http://sccs.sourceforge.net/sccs_vs_rcs.html appears to be one-sided, but then I am probably biased towards RCS, which was the first version control software I have used.
    http://sccs.sourceforge.net/sccs_invention.html sounds like an interesting read.
    The last message on the mailing list https://sourceforge.net/p/sccs/mailman/sccs-devel/?viewmonth=201510 I found had been written 2015-10.
    According to https://de.wikipedia.org/wiki/J%C3%B6rg_Schilling, the author Jörg Schilling passed away on 2021-10-10.
    TODO: find out the license
    Fri Jun 10 13:29:39 2022 - permalink -
    - http://sccs.sourceforge.net/
    FOSS SCCS software TODO version-control
  • The Communicative Value of Using Git Well – Math ∩ Programming
    Blog article describing the author's way of using git and some comparison to mercurial.
    Mentions John Wigley's book https://jwiegley.github.io/git-from-the-bottom-up/
    Thu Mar 17 10:42:41 2022 - permalink -
    - https://jeremykun.com/2020/01/14/the-communicative-value-of-using-git-well/
    blog git reading TODO version-control
  • Game of Trees (Got)
    Game of Trees (Got) is a version control system which prioritizes ease of use and simplicity over flexibility.

    Got is still under development; it is being developed on OpenBSD and its main target audience are OpenBSD developers.

    Got uses Git repositories to store versioned data. Git can be used for any functionality which has not yet been implemented in Got. It will always remain possible to work with both Got and Git on the same repository.
    Thu Sep 23 15:11:57 2021 - permalink -
    - https://gameoftrees.org/
    BSD FOSS git tool version-control
  • Importing tarball snapshots into an existing Git history
    Adam Sampson's blog, found via https://www.tuhs.org/pipermail/tuhs/2017-September/012094.html
    Sun Jun 13 21:51:30 2021 - permalink -
    - http://offog.org/notes/tarballs-to-git/
    blog git TUHS version-control
  • framework for managing and maintaining multi-language pre-commit hooks
    Pre-commit is a multi-language package manager for pre-commit hooks. You specify a list of hooks you want and pre-commit manages the installation and execution of any hook written in any language before every commit. pre-commit is specifically designed to not require root access.
    Sat Mar 6 13:15:36 2021 - permalink -
    - https://pre-commit.com/
    git Python tool version-control
  • Marcin Borkowski: 2021-01-11 Deleting last entry from the kill ring
    This a problem on my TODO list.
    See also https://mbork.pl/2019-08-19_Transplanting_a_directory_to_another_Git_repository (found 2025-03-17) which might be useful for pass repositories.
    https://mbork.pl/2023-08-05_Plotting_ASCII_art_charts_from_Org_mode_tables mentions the functions org-timestamp-from-string (which converts a string to an Org timestamp object), org-timestamp-to-time (which converts an Org timestamp object to Emacs time value) and time-to-days (which converts an Emacs time value to the number of days from 0001-01-01).
    Thu Jan 14 14:39:23 2021 - permalink -
    - http://mbork.pl/2021-01-11_Deleting_last_entry_from_the_kill_ring
    blog emacs git HOWTO TODO version-control
  • Nikita Tonsky's blog
    Found via a link to https://tonsky.me/blog/disenchantment/
    on Brett Gilio's article
    https://brettgilio.com/posts/2020-07-27-intro-and-computing.html#fn.2

    Nikita's article about git is interesting, though a bit old. Note that Fossil implements a web- based GUI.
    Sat Oct 3 11:25:49 2020 - permalink -
    - https://tonsky.me/blog/reinventing-git-interface/
    blog git version-control
  • Your unofficial guide to dotfiles on GitHub.
    Tools to manage configuration files in $HOME. Found via https://ubuntu.com/blog/feeling-at-home-in-a-lxd-container
    where https://www.chezmoi.io/ is recommended.
    Mon Jul 6 09:12:59 2020 - permalink -
    - https://dotfiles.github.io/utilities/
    git tool version-control
  • fsl - a wrapper for the fossil version control system
    Sat Jun 20 19:37:53 2020 - permalink -
    - http://fossil.0branch.com/fsl/wiki?name=Cookbook
    Tcl tool version-control
  • Octobus - commercial support for Mercurial
    The are working to archive all of Bitbucket Mercurial content before Atlassian delete it all.
    The article "Not everything is UTF-8" 2020-06-05 (no URL yet, as of 2020-06-09 it can be found on https://octobus.net/blog) is interesting too.
    Tue Jun 9 16:41:13 2020 - permalink -
    - https://octobus.net/blog/2020-05-26-swh-status-download.html
    blog mercurial Rust version-control
  • Simple scripts to convert RCS files to a Git repo.
    These simple scripts help in converting an RCS collection of files
    into a Git repo.
    These scripts are good only for the simple case of a single RCS
    directory with no branches, just straight check-ins. Files that
    were checked in with a single 'ci' command will be added to git
    with a single git commit.
    Wed Mar 18 15:29:57 2020 - permalink -
    - https://github.com/arnoldrobbins/simple-rcs2git
    awk git RCS Robbins version-control
  • Dotfiles configuration management
    The link points to survey results, those below are about specific ways to manage dotfiles.
      1. https://www.atlassian.com/git/tutorials/dotfiles
      2. https://news.ycombinator.com/item?id=11070797 needs more exploration
      3. https://thoughtbot.com/blog/rcm-for-rc-files-in-dotfiles-repos
      4. https://blog.tfnico.com/2014/03/managing-dot-files-with-vcsh-and-myrepos.html found in (2)
    Sun Mar 8 19:11:26 2020 - permalink -
    - https://www.swalladge.net/archives/2017/08/07/dotfiles-config-survey/
    git mercurial TODO tool version-control
  • Chris's Wiki :: blog
    Blog about Unix, C, system administration and more. See for example
    https://utcc.utoronto.ca/~cks/space/blog/sysadmin/NotificationsVersusLogs
    https://utcc.utoronto.ca/~cks/space/blog/sysadmin/IdentifyMachineEmailByRootName
    https://utcc.utoronto.ca/~cks/space/blog/sysadmin/ProceduresAreNotDocumentation
    https://utcc.utoronto.ca/~cks/space/blog/sysadmin/RCStoMercurial  Instructions for converting files/directories controlled with RCS to Mercurial.
    TODO: mention M-x vc-revision-other-window. Saved Tue 2019-10-29 17:02:29
    https://utcc.utoronto.ca/~cks/space/blog/unix/V7WhyItMattersSoMuch  found Mon 2022 -01-10 13:12:03 on https://irreal.org/blog/?p=10149
    https://utcc.utoronto.ca/~cks/space/blog/linux/UbuntuKernelAutoremove  MIght want to see whether this is relevant for me. Saved Tue 2017-03-28 19:10:35
    Fri Jan 10 18:13:11 2020 - permalink -
    - https://utcc.utoronto.ca/~cks/space/blog
    C reading TODO Unix version-control
  • Git - git-worktree Documentation
    Manage multiple working trees attached to the same repository.
    Found via https://fossil-scm.org/home/doc/trunk/www/fossil-v-git.wiki section "One vs. Many Check-outs per Repository"
    Tue Aug 27 19:10:05 2019 - permalink -
    - https://git-scm.com/docs/git-worktree
    fossil git version-control
Links per page: 20 50 100
◄Older
page 1 / 4
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.