diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-12-19 20:12:47 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-12-19 20:12:47 -0800 |
commit | b65b2015ad199674c89517846a001bda45be3039 (patch) | |
tree | b0911fc40fcfe864d1bf6fc3b11a91dd38c10735 /home/xyz/.local | |
parent | 0ffe203a78450597cba8a0f7ee689130a6521059 (diff) |
update
Diffstat (limited to 'home/xyz/.local')
-rwxr-xr-x | home/xyz/.local/bin/upd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd index a5751ede..79dc81e9 100755 --- a/home/xyz/.local/bin/upd +++ b/home/xyz/.local/bin/upd @@ -21,7 +21,7 @@ backup () { git -C "$HOME/programs/config_local_arch" pull git -C "$HOME/programs/config_local_arch" checkout ka git -C "$HOME/programs/config_local_arch" pull - # Push ka branch to gitlab or any future alternative website for mirroring. Needed for public codes/data, considering my death may result in all copies on my computers being lost. + # Push ka branch to codeberg or any future alternative website for mirroring. Needed for public codes/data, considering my death may result in all copies on my computers being lost. git -C "$HOME/programs/config_local_arch" push ( umask 077 |