mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
11 lines
130 B
Bash
Executable File
11 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git add .
|
|
git commit -a -m "AutoSave - For reset"
|
|
|
|
bash stow.sh cli
|
|
bash stow.sh gui
|
|
bash stow.sh home
|
|
|
|
git reset HEAD
|