Shaare your links...
1860 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 3
54 results for tags version-control x
  • 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://minnie.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
  • 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
  • NotABug.org is a free-software code collaboration platform for freely licensed projects.
    A fully-free (as in libre) alternative to Github, found via
    https://github.com/CodyReichert/awesome-cl
    Mon Aug 19 17:14:11 2019 - permalink -
    - https://notabug.org
    FOSS version-control web
  • Git for Windows
    Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the Git SCM to Windows while providing appropriate user interfaces for experienced Git users and novices alike.
    Includes a bash emulation.
    Fri Jul 14 00:21:35 2017 - permalink -
    - https://git-for-windows.github.io/
    git version-control windows
  • Unorthodocs: Abandon your DVCS and Return to Sanity - bitquabit
    Interesting description of the disadvantages of distributed version control systems.
    Found via http://xed.ch/help/mercurial.html
    Wed Apr 12 12:34:11 2017 - permalink -
    - https://bitquabit.com/post/unorthodocs-abandon-your-dvcs-and-return-to-sanity/
    blog reading version-control
  • How to Write a Git Commit Message
    Fri Mar 31 17:56:26 2017 - permalink -
    - https://chris.beams.io/posts/git-commit/
    version-control
  • Semantic Versioning 2.0.0 - Semantic Versioning
    Given a version number MAJOR.MINOR.PATCH, increment the:

       MAJOR version when you make incompatible API changes,
       MINOR version when you add functionality in a backwards-compatible manner, and
       PATCH version when you make backwards-compatible bug fixes.

    Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
    Thu Mar 2 18:09:52 2017 - permalink -
    - http://semver.org/
    software version-control
  • Keep a Changelog
    Don’t let your friends dump git logs into CHANGELOGs™

    Arguments for keeping a human-readable, high-level change log.
    Thu Mar 2 18:03:49 2017 - permalink -
    - http://keepachangelog.com/en/0.3.0/
    FOSS version-control
  • Version-Control Systems for Linux
    Long list of version control software available for Linux.
    Fri Feb 24 16:16:06 2017 - permalink -
    - http://linuxmafia.com/faq/Apps/vcs.html#fossil
    reading software version-control
  • Understanding Git - git-slides-2009.pdf
    70 presentation slides explaining the git version control tool. Found via
    Sumana Harihareswara's blog
    http://www.harihareswara.net/sumana/2016/08/04/1
    Thu Jan 26 18:14:42 2017 - permalink -
    - http://web.mit.edu/nelhage/Public/git-slides-2009.pdf
    git reading TODO version-control
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.