1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Add origin main to git pull

This commit is contained in:
Mo 2022-05-10 01:28:57 +02:00
parent f8665c410a
commit f18e06a39b
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ Navigate to the directory `advlabdb` where the repository is _already_ cloned (o
[source,bash]
----
git pull
git pull origin main
----
to pull the latest changes from the remote repository. Then run:

View file

@ -17,7 +17,7 @@ def main():
# TODO: Backup
box("Pull updates from the git repository")
run("git pull", cwd=REPO_DIR)
run("git pull origin main", cwd=REPO_DIR)
box("Update user docs")
# TODO: Update docs