diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/opt/bbmap-39.01-1/docs/git.txt	Tue Mar 18 16:23:26 2025 -0400
@@ -0,0 +1,15 @@
+This is an example of updating the repository with nonconflicting changes.
+
+First, ensure the correct branch is active: git checkout dev
+Ensure everything looks correct: git status
+Update: git pull origin dev
+Add the new files: git add .
+Commit changes: git commit -m 'changes go here'
+Push: git push origin dev
+Checkout master: git checkout master
+Merge changes: git merge dev
+Ensure everything looks correct: git status
+Tag the new version: git tag -a v38.21 -m 'Version 38.21'
+Push the changes: git push origin master --tags
+Switch back to dev: git checkout dev
+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.