This is a simple and correct guide for setting up git send-email and sending patches over email.
- It's fast, lightweight, and works everywhere.
- It leaves a good record (every patch = an email = permanent).
| I'm told that there are people claiming to "tokenize" my git repositories with my approval. | |
| I just want to clarify that that is not the case. I do not believe in monetizing my repositories. | |
| If you believe crypto-currencies are anything but a scam, I have a bridge to sell you. | |
| But I'm not selling source code. |
I had the same problem—Tmux yanking suddenly stopped working for me. I didn’t change anything, yet it just broke.
At first, I ignored it, thinking it was a temporary issue. But when it didn’t fix itself, I searched online and found that others were facing the same problem. I came across this discussion in the tmux-yank GitHub repository:
After trying different solutions from the discussion, I finally got it working!
This guide will show you how to:
(From cli/cli)
Packages downloaded from https://cli.github.com or from https://github.com/cli/cli/releases
are considered official binaries. We focus on popular Linux distros and
the following CPU architectures: i386, amd64, arm64.
Other sources for installation are community-maintained and thus might lag behind our release schedule.
(From cli/cli)
Packages downloaded from https://cli.github.com or from https://github.com/cli/cli/releases
are considered official binaries. We focus on popular Linux distros and
the following CPU architectures: i386, amd64, arm64.
Other sources for installation are community-maintained and thus might lag behind our release schedule.
| #!/bin/bash | |
| ## | |
| # Pure BASH interactive CLI/TUI menu (single and multi-select/checkboxes) | |
| # | |
| # Author: Markus Geiger <mg@evolution515.net> | |
| # Last revised 2019-09-11 | |
| # | |
| # ATTENTION! TO BE REFACTORED! FIRST DRAFT! | |
| # |