mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add origin main to git pull
This commit is contained in:
parent
f8665c410a
commit
f18e06a39b
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue