added dotupdate alias for updating

This commit is contained in:
Nathan Schneider
2020-02-27 03:27:00 +00:00
parent c0c9126b81
commit 85a7a33560
2 changed files with 4 additions and 4 deletions
+2 -3
View File
@@ -24,7 +24,6 @@ On Debian-based systems:
## Updating
Do all editing on the GitLab repo, rather than locally, then update changes on local machines. On local machines, to update from canonical GitLab repo:
Do all editing on the GitLab repo, rather than locally, then update changes on local machines. On local machines, to update from canonical GitLab repo, use this alias:
git fetch --all
git reset --hard origin/master
dotupdate