Welcome to mirror list, hosted at ThFree Co, Russian Federation.

update_academic.sh - github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8e33b7c334ca1703b5ffbdb6d7a9d4648a92688a (plain)
1
2
3
4
5
6
7
8
9
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