diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-12-17 19:52:01 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-12-17 19:52:01 -0500 |
commit | 7894f38e03e6b0b14f1ecb672bcb5e8d139a8011 (patch) | |
tree | 69bb0dc6c488801215aa73452c3a0e58e3e5c5da /.envrc-git-init | |
parent | updates incl. ldc-1.35.0, direnv-2.4.0 (diff) |
0.14.0, spine sync
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 |