docs/journals/2023_01_26.md
2023-06-09 11:10:15 +02:00

9 lines
399 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/"
-