diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-22 15:51:59 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-22 15:51:59 +0200 |
commit | 07232b8466f2d897ad9bad074842a9313a2cb7be (patch) | |
tree | 53b07eed0cf5bc9b890942fd205abb3a7c139b96 /checkpoint.sh | |
parent | 364ad8e2c66b35dc893cf379956beeea0972c23d (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 e2ee407..ba93d17 100755 --- a/checkpoint.sh +++ b/checkpoint.sh @@ -1,5 +1,5 @@ #!/bin/sh -git commit -a -m 'checkpoint' +git commit -m 'checkpoint' $@ keyadd db git push |