diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-01 09:51:18 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-01 09:51:18 +0200 |
commit | cf01ac4c10ecd0cdffed722fd58301ebfddd0d61 (patch) | |
tree | 5910e95c6c21501ff122d5ae0b5189540ab258c4 /checkpoint.sh | |
parent | f6aa3ad52f6fb2cedcbf9174c1c008be563248c6 (diff) |
checkpoint
Diffstat (limited to 'checkpoint.sh')
-rwxr-xr-x | checkpoint.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/checkpoint.sh b/checkpoint.sh new file mode 100755 index 0000000..62c138c --- /dev/null +++ b/checkpoint.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +git commit -m 'checkpoint' +keyadd db +git push |