Skip to content
  1. Feb 17, 2024
  2. Oct 06, 2023
  3. Dec 02, 2022
  4. Nov 27, 2022
  5. Nov 23, 2022
  6. Nov 04, 2022
  7. Aug 14, 2022
  8. Jul 16, 2022
  9. Jun 21, 2022
  10. Jun 19, 2022
  11. May 04, 2022
  12. May 03, 2022
    • nimrod's avatar
      Update to the .envrc skeleton file. · 98be7793
      nimrod authored
      - Source the .envrc.private file (if it exists).
      - Ignore sourced files that aren't in the input (everytime with
        pre-commit).
      98be7793
  13. Apr 28, 2022
  14. Apr 09, 2022
  15. Mar 26, 2022
  16. Feb 09, 2022
  17. Feb 01, 2022
  18. Jan 09, 2022
  19. Dec 25, 2021
  20. Dec 23, 2021
  21. Dec 11, 2021
  22. Dec 04, 2021
  23. Nov 07, 2021
    • nimrod's avatar
      Update the skeleton .pre-commit-config.yaml. · 8c8b20a4
      nimrod authored
      - Update hooks.
      - Reorganize it a bit (put the hooks relevant for Python together).
      8c8b20a4
    • nimrod's avatar
      Some git scripts cleanup. · 21ab6af1
      nimrod authored
      Mainly about the default branch, fetching and rebasing on it.
      
      - A nicer default-branch alias (without a shell).
      - Address if running git-master on the default branch.
      - Make git-master a script since it became too complex.
      - Address if running git-remaster on the default branch.
      - Make git-remaster a script sine it became too complex.
      - Remove git-rerebase (I should just use git pull --rebase).
      - Change git-ff to use a non-hardcoded default branch.
      21ab6af1
  24. Oct 21, 2021
    • nimrod's avatar
      Some Git workflow improvements. · fabc83c6
      nimrod authored
      - Alias to get the default branch (like master, main, dev).
      - Alias to update the default branch from the origin remote.
      - Fix the remaster alias (to rebase on the updated default branch).
      fabc83c6
  25. Sep 25, 2021
  26. Sep 20, 2021
  27. Sep 19, 2021
  28. Sep 17, 2021