Skip to content

History / Good commits

Revisions

  • Replace all page contents with links to the new location This trick was performed via: git ls-files \*.md | while read f do pr_url=https://github.com/git-for-windows/git-for-windows.github.io/pull/59 url=https://gitforwindows.org/${f%.md} echo "This wiki page [has been migrated]($pr_url) to a new location: [$url]($url)" >"$f" done There are two pages where this does not make sense, `0.-Index` and `_Footer`, which will be handled in the next commit. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

    @dscho dscho committed Mar 18, 2025
  • add a link to Victoria Dye's excellent blog post

    @phil-blain phil-blain committed Oct 15, 2024
  • Fix whitespace issues Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

    @dscho dscho committed Dec 19, 2020
  • Good commits: fix link to ablogaboutcode article

    @phil-blain phil-blain committed Dec 3, 2020
  • Use v2.8.1's description of the Developer's Certificate of Origin

    @dscho dscho committed Apr 14, 2016
  • Let's use the up-to-date link for the Developer's Certificate of Origin

    @dscho dscho committed Oct 20, 2015
  • Clarify what the sign-off is about

    @dscho dscho committed Sep 26, 2015
  • General advice on commit messages

    @dscho dscho committed Aug 10, 2015