|
You are here |
alex.pearwin.com | ||
| | | | |
www.nickcoding.com
|
|
| | | | | [AI summary] The blog post discusses the development of a command-line toolset with a root command, focusing on its structure, environment variables, and integration with JVM-based code. | |
| | | | |
purefun.dev
|
|
| | | | | If you install a new machine and forget to set your email and commiter name, then your Git history will be a tad ugly, with your machine name involved instead of a real email. So how do you set the default? Like this: git config --global user.name "Alice E" git config --global user.email "alice@example.org" Override per repo Ideally, do it before you start committing things. But what if you want different committer names and emails depending on the context? | |
| | | | |
hboon.com
|
|
| | | | | I was wrong; I thought I figured out the Git script I used the most everyday. Turns out, it is this: | |
| | | | |
gabebw.com
|
|
| | | [AI summary] The author details their transition from Vim to Neovim, highlighting the benefits of Neovim's native LSP support, modern features, and the process of converting their Vim configuration to Lua. | ||