Initial commit
This commit is contained in:
10
update_academic.sh
Normal file
10
update_academic.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Display available updates to Academic.
|
||||
cd themes/academic
|
||||
git fetch
|
||||
git log --pretty=oneline --abbrev-commit --decorate HEAD..origin/master
|
||||
cd ../../
|
||||
|
||||
# Update Academic.
|
||||
git submodule update --remote --merge
|
||||
Reference in New Issue
Block a user