Skip to content

Commit

Permalink
automated dev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
theprimeagen committed Dec 12, 2024
1 parent e2c1dff commit 5c475e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion env/.config/nvim
14 changes: 6 additions & 8 deletions env/.local/bin/dev-commit
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
#!/usr/bin/env bash

(
cd ~/personal/dev/playbooks
cd env/.config/nvim

pushd ~/personal/dev/env/.config/nvim
git add .
git commit -m 'nvim dev-update'
git commit -m 'automated dev commit'
git push
popd

cd ../../..
pushd ~/personal/dev
git add .
git commit -m 'env dev-update'
git commit -m 'automated dev commit'
git push
)
popd

0 comments on commit 5c475e4

Please sign in to comment.