- 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/" - -