docs/journals/2023_01_26.md
2023-12-04 08:55:37 +01:00

10 lines
401 B
Markdown

- Git Branches #Git
- Switch to existing branch
- ```
git fetch
git switch -c feat/INTMAINT-2369 origin/feat/INTMAINT-2369
```
- Deploy existing Artifact to repo: #Maven
- mvn deploy:deploy-file -DpomFile=com.vico.timeseries.client-2.1.0.pom -Dfile=com.vico.timeseries.client-2.1.0.jar -DrepositoryId=vico-release -Durl="https://repo.vico-research.com/repository/maven-releases-group/"
-
-