diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-29 15:17:17 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-01-29 15:17:28 -0500 |
commit | a31b6c8270e141f09f56d52e5f11c80880573d25 (patch) | |
tree | 3deccb2f7a214b46b7225d39af6a079fef5671fb /.envrc-git-init | |
parent | nix flake check (diff) |
- current is at ruby 3.3.6
- next is at ruby 3.4.1
- much tidying required
- markup unaffected
Diffstat (limited to '.envrc-git-init')
-rw-r--r-- | .envrc-git-init | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.envrc-git-init b/.envrc-git-init new file mode 100644 index 0000000..ca74ec3 --- /dev/null +++ b/.envrc-git-init @@ -0,0 +1,4 @@ +if [[ ! -d ./.git ]]; then + git init + git add . +fi |