This commit is contained in:
parent
c8f1283f58
commit
08c4f1192f
|
@ -50,6 +50,7 @@ EOF
|
||||||
git -C "$grading_repo_path" config user.name "$git_user"
|
git -C "$grading_repo_path" config user.name "$git_user"
|
||||||
git -C "$grading_repo_path" config user.email "$git_email"
|
git -C "$grading_repo_path" config user.email "$git_email"
|
||||||
|
|
||||||
|
git -C "$config_repo_path" reset --hard
|
||||||
git -C "$config_repo_path" pull --rebase
|
git -C "$config_repo_path" pull --rebase
|
||||||
rsync -a "$config_repo_path/home/tt/.ssh/" "/home/tt/.ssh"
|
rsync -a "$config_repo_path/home/tt/.ssh/" "/home/tt/.ssh"
|
||||||
rsync -a --delete "$config_repo_path/home/tt/.config/" "/home/tt/.config"
|
rsync -a --delete "$config_repo_path/home/tt/.config/" "/home/tt/.config"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user