1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-03-16 15:37:04 +00:00
2025-01-31 15:40:41 -05:00

8 lines
104 B
Fish

set current_dir $PWD
cd $NOTES_PATH
git pull
git add -A
git commit -m autosync
git push
cd $current_dir