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 / 3
41 results for tags git x
  • Git: pushing to and pulling from multiple remote locations: remote, url and pushurl | AstroFloyd's blog
    Found via the Emacs wiki https://www.emacswiki.org/emacs/AstroFloyd
    Thu Feb 13 15:08:20 2025 - permalink -
    - https://astrofloyd.wordpress.com/2015/05/05/git-pushing-to-and-pulling-from-multiple-remote-locations-remote-url-and-pushurl/
    blog git reference version
  • François-Xavier Carton's blog - Managing system configuration on several machines with git
    Another approach to managing configuration files with git.
    Found via https://pedantic.software/ which was mentioned on the TUHS mailing list https://www.tuhs.org/pipermail/tuhs/2024-November/031075.html
    Tue Nov 19 09:40:04 2024 - permalink -
    - https://pedantic.software/fxc/blog/managing_system_configuration_on_several_machines_with_git.html
    blog git TODO tool
  • Authenticate your Git checkouts!
    Sun May 26 21:20:45 2024 - permalink -
    - https://guix.gnu.org/en/blog/2024/authenticate-your-git-checkouts/
    authentication git gpg Scheme TODO
  • cmake script to obtain git status
    Found on https://github.com/mcknly/breadboard-os?tab=readme-ov-file
    Mon May 20 14:21:39 2024 - permalink -
    - https://github.com/andrew-hardin/cmake-git-version-tracking/blob/master/git_watcher.cmake
    git lic:MIT software TODO tool
  • GitHub - wdenton/conforguration: Configure things with Org.
    Use the power of Org to manage accounts and install software the way the author likes.
    Thu Jan 18 15:19:06 2024 - permalink -
    - https://github.com/wdenton/conforguration
    emacs git Linux tool
  • Cleaning Up Git History - sulami's blog
    Found via https://sachachua.com/blog/2023/08/2023-08-14-emacs-news/
    See also https://blog.sulami.xyz/pages/frankenwm/
    Tue Aug 22 14:26:36 2023 - permalink -
    - https://blog.sulami.xyz/posts/cleaning-up-git-history/
    blog git reading X11
  • 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
  • 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
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.