mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
8 lines
104 B
Fish
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
|