Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/opt/bbmap-39.01-1/docs/git.txt @ 68:5028fdace37b
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 16:23:26 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 68:5028fdace37b |
---|---|
1 This is an example of updating the repository with nonconflicting changes. | |
2 | |
3 First, ensure the correct branch is active: git checkout dev | |
4 Ensure everything looks correct: git status | |
5 Update: git pull origin dev | |
6 Add the new files: git add . | |
7 Commit changes: git commit -m 'changes go here' | |
8 Push: git push origin dev | |
9 Checkout master: git checkout master | |
10 Merge changes: git merge dev | |
11 Ensure everything looks correct: git status | |
12 Tag the new version: git tag -a v38.21 -m 'Version 38.21' | |
13 Push the changes: git push origin master --tags | |
14 Switch back to dev: git checkout dev | |
15 Compiled code (.class files, etc) are ignored in this repo; when Jenkins sees the push, it will recompile everything, using the Eclipse JDK, which produces faster bytecode than Oracle’s. |