diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-22 15:51:37 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-22 15:51:37 +0200 |
commit | 364ad8e2c66b35dc893cf379956beeea0972c23d (patch) | |
tree | 3d138dc9ff97917872ac47a5de61d5c96773ebec /checkpoint.sh | |
parent | db762fb33867d78d33d98e7ded0981a9caa52d41 (diff) |
checkpoint
Diffstat (limited to 'checkpoint.sh')
-rwxr-xr-x | checkpoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkpoint.sh b/checkpoint.sh index 62c138c..e2ee407 100755 --- a/checkpoint.sh +++ b/checkpoint.sh @@ -1,5 +1,5 @@ #!/bin/sh -git commit -m 'checkpoint' +git commit -a -m 'checkpoint' keyadd db git push |