This commit is contained in:
MangoPig
2026-07-17 00:36:54 +01:00
parent d79cb9a62b
commit eee302a4e0
10 changed files with 160 additions and 60 deletions
+11
View File
@@ -0,0 +1,11 @@
project_root := justfile_directory()
scripts_dir := project_root + "/Scripts"
# Print the active global Git configuration.
[default]
show:
bash '{{scripts_dir}}/git.sh' show
# Set the global Git editor. Defaults to VS Code; pass `nvim` for Neovim.
editor value='code':
bash '{{scripts_dir}}/git.sh' editor '{{value}}'