[logseq-plugin-git:commit] 2023-02-15T07:32:16.831Z

This commit is contained in:
Matthias Eckert 2023-02-15 08:32:17 +01:00
parent 295b52fd79
commit 306fe58ea0

View File

@ -1,8 +1,7 @@
- Git Repo Setup - Git Repo Setup #Git #Software
- ``` - ```
# Set origin again # Set origin again
git remote add origin https://git.laugn.de/matze/docs.git git remote add origin https://git.laugn.de/matze/docs.git
# Set branch again # Set branch again
git branch --set-upstream-to=origin/master master git branch --set-upstream-to=origin/master master
``` ```
-