scripts/bash/workflow_nextcloud/git_autocommit.sh

14 lines
309 B
Bash
Raw Normal View History

2023-02-06 13:28:35 +01:00
#!/bin/bash
2023-02-23 16:38:36 +01:00
#
#
# ----------------- documentation -----------------
# auto commit des textes orgmode
#
# @author functions_sync by @tykayn - contact at cipherbliss.com
2023-02-06 13:28:35 +01:00
2023-02-23 16:38:36 +01:00
source ~/Nextcloud/ressources/workflow_nextcloud/workflow_variables.sh
cd $orgmode_path
2023-02-06 13:28:35 +01:00
git add .
git commit -m "auto commit in $hostname"