Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Fragner
website
Commits
0f4da215
Commit
0f4da215
authored
Oct 08, 2018
by
Thomas Fragner
Browse files
Initial commit
parents
Changes
41
Hide whitespace changes
Inline
Side-by-side
update_academic.sh
0 → 100755
View file @
0f4da215
#!/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
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment