Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
34 results tagged git  ✕   ✕
bloomberg/git-adventure-game https://github.com/bloomberg/git-adventure-game
Fri 13 Jan 2023 05:06:33 PM PST archive.org

This workshop is for anyone who has ever felt nervous using Git. We’ll help you face your fears with this ‘choose your own adventure’ style game, where you will use Git commands to make choices and solve puzzles. Enter the Haunted Forest, explore the mysteries that lie within and see if you can survive the night!

To play this game you will need access to the Git CLI. In general in this game git branches refer to locations, and commits refer to things that have happened in the past so the commit history of a branch will tell the story of what happened in a certain place. Files represent something in the environment that can be interacted with in some way e.g. a tree or a building.

To begin run the 'start_game' script.

games git learning
Git From the Bottom Up https://jwiegley.github.io/git-from-the-bottom-up/
Tue 25 Oct 2022 05:47:06 PM PDT archive.org

Welcome to the world of Git. I hope this document will help to advance your understanding of this powerful content tracking system, and reveal a bit of the simplicity underlying it — however dizzying its array of options may seem from the outside.

git overview textbooks
charmbracelet/soft-serve https://github.com/charmbracelet/soft-serve
Thu 18 Aug 2022 12:16:57 PM PDT archive.org

A Git server without all of the features of Github, Gitlab, or whatever. It's just a server designed for use over SSH. Configured with its own Git repository. Repos created on demand with just a git push. SSH in and browse the text-mode control panel. View files. Access control built in.
SSH key auth.

It's in the AUR. Packaged for lots of different distros, too.

git golang server lightweight textmode
GitHub - dolthub/dolt: Dolt – It's Git for Data https://github.com/dolthub/dolt
Mon 22 Nov 2021 11:28:12 PM PST archive.org

Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository. Connect to Dolt just like any MySQL database to run queries or update the data using SQL commands. Use the command line interface to import CSV files, commit your changes, push them to a remote, or merge your teammate's changes.

All the commands you know for Git work exactly the same for Dolt. Git versions files, Dolt versions tables. It's like Git and MySQL had a baby.

Dolt ships with a MySQL compatible database server built in.

sql database exocortex golang versioncontrol git mysql
Stagit: a static git page generator https://codemadness.org/stagit.html
Fri 30 Jul 2021 03:32:27 PM PDT archive.org

A static page generator for git.

Git repo: https://git.codemadness.org/stagit/

git static pages generator cgi c
o2sh/onefetch https://github.com/o2sh/onefetch
Fri 04 Jun 2021 05:07:22 PM PDT archive.org

Onefetch is a command-line Git information tool written in Rust that displays project information and code statistics for a local Git repository directly on your terminal. The tool is completely offline - no network access is required.

By default, the repo's information is displayed alongside the dominant language's logo, but you can further configure onefetch to instead use an image - on supported terminals -, a text input or nothing at all.

It automatically detects open source licenses from texts and provides the user with valuable information like code distribution, pending changes, number of dependencies (by package manager), top contributors (by number of commits), size on disk, creation date, LOC (lines of code), etc.

Onefetch can be configured via command-line flags to display exactly what you want, the way you want it to: you can customize ASCII/Text formatting, disable info lines, ignore files & directories, output in multiple formats (Json, Yaml), etc.

As of now, onefetch supports more than 50 different programming languages; if your language of choice isn't supported: Open up an issue and support will be added.

rust git repositories information cli
osmoscraft/osmosnote https://github.com/osmoscraft/osmosnote
Sun 02 May 2021 07:15:41 PM PDT archive.org

A web-based text editor for networked note-taking, self-hostable on any Git repository. Retrieve knowledge as fast as you can type with zero-latency full-text search. Make serendipitous discovery via backlink traversal. Durable knowledge preservation with plaintext and Git backend. Efficient navigation and command powered by keyboard-centeric interaction design.

exocortex selfhosted webshit git notes wiki search
Opinionated Guides https://opinionatedguide.github.io/
Fri 04 Dec 2020 11:29:20 PM PST archive.org

I don’t want this to be Vega’s Opinionated Big Ass Book To Give You An All-In-One Education, both because VegaOpBABTGYAAIOEdu is far less catchy, and because I don’t even think it’s possible. The more I write on this the more I value input of others and other resources I find, and the more happy I am that I called this project Opinionated Guides.

A Guide. That’s what I want this to be. I want OpGuides to be a resource that’s like your friend you can come back to for advice on where to go next, and I think that’s something the internet really needs. Search engines are were awesome for finding information, but only when you know what to look for, so I figure OpGuides can be a sort of curated information source, with the crappy results filtered out, the best resources I know of included, and a healthy mix of entertainment in the education so that it’s not a chore to read.

Github: https://github.com/opinionatedguide/OpGuidesHugoSrc

education engineering electronics computers programming git networking math physics
Push to all remotes of a Git repository with one command /shaare/D4sBaw
Fri 04 Dec 2020 03:22:27 PM PST archive.org

Edit your ~/.gitconfig file and add the following:

[alias]
    pushall = !git remote | xargs -L1 -P0 git push --all --follow-tags

To use it in a Git repository, git pushall after committing changes to your local copy.

git configuration howto notes
support defaulting to SSH remotes · Issue #546 · cli/cli · GitHub https://github.com/cli/cli/issues/546
Thu 03 Dec 2020 05:18:28 PM PST archive.org

Prefer using SSH over HTTP(S) for git.

In your ~/.gitconfig file:

[url "git@github.com:"]
    insteadOf = http://github.com/
    insteadOf = https://github.com/
howto git ssh configuration
GitHub - Linbreux/wikmd: A filebased wiki that uses markdown https://github.com/Linbreux/wikmd
Thu 03 Dec 2020 10:47:44 AM PST archive.org

A file based wiki that uses markdown.

exocortex wiki python webapps markdown flatfile git
GitHub - whyrusleeping/git-ipfs-rehost https://github.com/whyrusleeping/git-ipfs-rehost
Sat 24 Oct 2020 06:02:07 PM PDT archive.org

A shell script that lets you copy Git repos up to the IPFS network.

git script ipfs censorship backups
GitHub - hilary/mastertomain https://github.com/hilary/mastertomain
Fri 03 Jul 2020 07:17:44 PM PDT archive.org

Convert the name of your main development branch from master to main with ease.

github git branches rename shell script
piku/piku https://github.com/piku/piku
Mon 04 Nov 2019 10:00:50 PM PST archive.org

The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.

paas python exocortex git services
jayphelps/git-blame-someone-else: Blame someone else for your bad code. https://github.com/jayphelps/git-blame-someone-else
Fri 20 Sep 2019 08:08:15 PM PDT archive.org

A hack that rewrites Git histories so you can spoof commit messages. Implemented as a shell script.

Don't be an asshole.

git history hack funny script
Explore - tildegit https://tildegit.org/explore/repos
Fri 26 Apr 2019 11:47:33 PM PDT archive.org

Git repositories of interest to tilde users.

git repositories tilde dotfiles code webapps
isacikgoz/gitin: commit/branch/workdir explorer for git https://github.com/isacikgoz/gitin
Mon 11 Feb 2019 11:22:13 AM PST archive.org

gitin is a minimalist tool that lets you explore a git repository from command line. You can search from commits, inspect indvidual files and changes in the commits, see ahead/behind commits etc. It is an alternative and interactive way to explore the commit history. Also, you can explore your current state by investigating diffs, stage your changes and commit them.

golang git commits explorer cli history
oflisback/gitlogchat: Minimalistic git log based chat https://github.com/oflisback/gitlogchat
Tue 22 Jan 2019 01:03:39 PM PST archive.org

Minimalistic git log based chat.

chat git software weird
GitHub - dspinellis/git-issue: Git-based decentralized issue management https://github.com/dspinellis/git-issue
Tue 13 Nov 2018 11:20:21 AM PST archive.org

A minimalist decentralized issue management system based on Git. No back-end, no dependencies. Tickets are stored in the same Git repo as the project as text files in the .issues/ directory. Added to the other Git commands as an alias. Aims to be cross-platform, actually works on pretty much any *nix-alike.

tools git command tickets issues repository distributed
k88hudson/git-flight-rules: Flight rules for git https://github.com/k88hudson/git-flight-rules
Tue 16 Oct 2018 01:21:09 PM PDT archive.org

A collection of things to do and try when Git gets fucked up. Named after NASA's in-flight crisis handbook.

Flight Rules are the hard-earned body of knowledge recorded in manuals that list, step-by-step, what to do if X occurs, and why. Essentially, they are extremely detailed, scenario-specific standard operating procedures.

git help tips tricks crisis howto emergencies
page 1 / 2
4699 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn