Mercurial > games > semicongine
changeset 1268:617ebd404fbe
fix: git-sync script
author | sam <sam@basx.dev> |
---|---|
date | Sun, 28 Jul 2024 23:14:22 +0700 |
parents | 4cf9872f7bb6 |
children | 81450075ad89 |
files | sync-git.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sync-git.sh Sun Jul 28 23:10:57 2024 +0700 +++ b/sync-git.sh Sun Jul 28 23:14:22 2024 +0700 @@ -1,5 +1,5 @@ #!/bin/sh -rsync -r --exclude '.hg/' --excdlue 'build/' . /home/sam/git/semicongine/ +rsync -r --exclude '.hg/' --exclude 'build/' --exclude 'sync-git.sh' . /home/sam/git/semicongine/ git -C /home/sam/git/semicongine/ commit -a -m $( hg log --limit 1 --template "{desc}" )