Shaare your links...
2008 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 2
32 results for tags git x
  • bc/development.md at master - bc - Yzena Tech Gitea
    Document explaining the development of a bc/dc clone. Might be a good example to follow, if I ever make a public project.
    Tue Jan 24 10:07:26 2023 - permalink -
    - https://git.yzena.com/gavin/bc/src/branch/master/manuals/development.md
    C git programming software Unix
  • Gitea - Git with a cup of tea, a painless self-hosted Git service
    Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
    Try it once I have an interesting public repository.
    Sat Oct 15 11:59:55 2022 - permalink -
    - https://gitea.io/en-us/
    git go MIT software TODO tool
  • GitLab System Status
    Sat Oct 8 15:20:27 2022 - permalink -
    - https://status.gitlab.com/
    git on-line web
  • Hermit manages isolated, self-bootstrapping sets of tools in software projects.
    Found via https://github.com/zellyn/retrocomputing-hermit-packages
    Tue Aug 16 17:12:48 2022 - permalink -
    - https://cashapp.github.io/hermit/
    git software tool
  • Difftastic diffing with Magit
    difftastic is a structural diff tool that compares files based on their syntax. So for example, if you conditionalize some statement, the diff would only show the addition of one if with its condition instead of showing one line added (the if (condition)) and the line with the statement being removed and re-added (because of indentation changes). In many cases, such structural diffs transport the meaning of a change much better than the typical line-based diffs.
    Found on https://www.emacswiki.org/emacs/Magit
    Wed Aug 3 15:03:48 2022 - permalink -
    - https://www.tsdh.org/posts/2022-08-01-difftastic-diffing-with-magit.html
    emacs git tool
  • Emacs, Hugo, GitLab and this Blog | macOS & (open-source) Software
    Found on Sacha Chua's blog https://sachachua.com/blog/2022/06/2022-06-27-emacs-news/
    Wed Jun 29 11:36:51 2022 - permalink -
    - https://macowners.club/posts/emacs-hugo-gitlab-blog/
    blog emacs git org-mode TODO tool
  • Configure Magit Forges for self-hosted Gitlab
    Magit is the Emacs package for managing git repositories.
    Forges is a Magit extention for extended features for topics management (issues, pull requests, merge requests, notifications)
    This article describes how Magit/Forges can be set up to work with GitLab.
    Wed Jun 29 10:52:13 2022 - permalink -
    - https://ctprods.cyprientaque.com/blog/configure-magit-forges-for-self-hosted-gitlab-instance
    blog emacs git TODO tool
  • Codeberg is a collaboration platform and git hosting for free and open source software, content and projects.
    Found on https://jao.io/blog/2020-12-29-whats-not-to-like.html. Unlike GitHub and GitLab, it is not run by a corporation.
    https://docs.codeberg.org/collaborating/citable-code/ sounds interesting.
    Sat Jun 18 19:18:26 2022 - permalink -
    - https://codeberg.org
    git on-line TODO tool
  • How to turn off colours in git output
    Adding
    [color]
    pager = false
    ui = false
    advice = false
    push = false
    transport = false
    to ~/.gitconfig should work.
    Thu May 12 08:03:08 2022 - permalink -
    - http://www.lemis.com/grog/diary-apr2022.php?subtitle=igitt!%20%20Again!&article=D-20220415-015925#D-20220415-015925
    git HOWTO
  • 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
  • How I store my files and why you should not rely on fancy tools for backup
    Backup strategy. The article https://www.unixsheikh.com/tutorials/keeping-your-home-in-git.html is interesting too.
    Thu Aug 19 12:50:18 2021 - permalink -
    - https://www.unixsheikh.com/articles/how-i-store-my-files-and-why-you-should-not-rely-on-fancy-tools-for-backup.html
    backup blog git ZFS
  • Pro Git - Book
    The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license. Print versions of the book are available on Amazon.com.
    Mon Aug 16 16:39:49 2021 - permalink -
    - https://git-scm.com/book/en/v2
    book git
  • 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
  • How do you solve merge conflicts? : emacs
    Settings for emerge, smerge sounds interesting too.
    Fri Jan 29 19:14:05 2021 - permalink -
    - https://www.reddit.com/r/emacs/comments/l0huvz/how_do_you_solve_merge_conflicts/
    emacs FOSS git GNU tool
  • systemd isn't safe to run anywhere
    The blog has a number of interesting articles, which I only have browsed so far.
    http://unixsheikh.com/tutorials/keeping-your-home-in-git.html
    Sun Jan 24 15:26:09 2021 - permalink -
    - http://unixsheikh.com/articles/systemd-isnt-safe-to-run-anywhere.html
    blog FreeBSD git Linux reading TODO
  • essay | snarfed.org - Ryan Barrett's blog
    Found via https://www.emacswiki.org/emacs/Git which links to https://snarfed.org/emacs-vc-git-tweaks
    The software page https://snarfed.org/software contains some interesting tools
    Thu Oct 22 11:06:02 2020 - permalink -
    - https://snarfed.org/tag/essay
    blog emacs git
  • 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
  • software forge
    This suite of open source tools is the software development platform you've been waiting for. We've taken the wisdom of the most successful open-source communities and turned it into a platform of efficient engineering tools.

    Absolutely no tracking or advertising
    All features work without JavaScript
    The fastest, most lightweight software forge
    100% free and open source software
    Sourcehut is currently (2020-09) available as a public alpha.
    Note that it includes a Plan9(front) continuous integration service
    https://sourcehut.org/blog/2020-05-11-sourcehut-plus-plan-9/

    Recommended by Brett Gilio
    https://brettgilio.com/posts/2020-10-01-why-self-host.html
    Sat Oct 3 00:41:51 2020 - permalink -
    - https://sourcehut.org/
    FOSS git mercurial plan9
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.