9 lines
371 B
Markdown
9 lines
371 B
Markdown
- Git Repo Setup #Git #Software
|
|
- ```
|
|
# Set origin again
|
|
git remote add origin https://git.laugn.de/matze/docs.git
|
|
# Set branch again
|
|
git branch --set-upstream-to=origin/master master
|
|
```
|
|
- [Tyk](https://tyk.io/docs/apim/open-source/) #Software #OpenSource
|
|
- Tyk is an open source Enterprise API Gateway, supporting REST, GraphQL, TCP and gRPC protocols. |