This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
legacy.blog.ari.lt/scripts/git.sh
Ari Archer 07c9cb64fa
update @ Sun 20 Feb 06:24:58 EET 2022
Signed-off-by: Ari Archer <truncateddinosour@gmail.com>
2022-02-20 06:24:58 +02:00

5 lines
120 B
Bash
Executable file

#!/usr/bin/env sh
git add .
git commit -sam "update @ $(date)"
git push -u origin "$(git rev-parse --abbrev-ref HEAD)"