Skip to content

Commit 4b3d306

Browse files
committed
Add git push to thesis updater
1 parent d020304 commit 4b3d306

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

zsh/custom/physics.zsh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
#!/usr/bin/env zsh
22

3-
pull-thesis() {
3+
update-thesis() {
44
OLD_PWD="$(pwd)"
55
cd "${HOME}/Git/pttools" || return
66
git pull
7+
git push
78
cd "${HOME}/Git/msc-thesis2" || return
89
git pull
10+
git push
911
cd "${OLD_PWD}" || return
1012
}
1113

0 commit comments

Comments
 (0)