Remove http://default from content

This commit is contained in:
Oliver Davies 2025-07-16 12:00:00 +01:00
parent 025aaf3be2
commit 76ed8e141b
392 changed files with 525 additions and 525 deletions

View file

@ -61,15 +61,15 @@ body:
<p>I do this to avoid having contaminated commits that contain multiple changes. Each commit should be related to one change.</p>
<p>You can use <code>git add -p</code> to <a href="http://default/daily/2024/10/25/always-review-your-changes">review, stage and commit parts of your changes</a>, but as the uncommitted changes grow, you're less likely to do that and more likely to commit them at once with a generic commit message that offers no value when viewed in the commit log.</p>
<p>You can use <code>git add -p</code> to <a href="/daily/2024/10/25/always-review-your-changes">review, stage and commit parts of your changes</a>, but as the uncommitted changes grow, you're less likely to do that and more likely to commit them at once with a generic commit message that offers no value when viewed in the commit log.</p>
<p>You're more likely to create better and more valuable commits and write better commit messages if you break them into chunks and commit the changes as you make them.</p>
<p>If you have extra files you don't want to commit, add them to a <code>.gitignore</code> file or <code>.git/info/exclude</code> so they're ignored.</p>
<p>If you have uncommitted changes that you want to hide for now but re-add later, <a href="http://default/daily/2024/10/24/git-stash-is-underrated">git stash is your friend</a>.</p>
<p>If you have uncommitted changes that you want to hide for now but re-add later, <a href="/daily/2024/10/24/git-stash-is-underrated">git stash is your friend</a>.</p>
<p>If you want your changes to be completely separate, maybe <a href="http://default/daily/2022/08/12/git-worktrees-docker-compose">git worktrees are for you</a>.</p>
<p>If you want your changes to be completely separate, maybe <a href="/daily/2022/08/12/git-worktrees-docker-compose">git worktrees are for you</a>.</p>
summary: null