Open dlopez-bioinfo opened 2 weeks ago
Initial Setup
git clone <repository_url>
Update Local Content
git checkout devel
git pull origin devel
Create a New Branch
git checkout -b <branch_name>
Commit & Push Changes
git add <file_name>
git commit -m "Brief description of changes"
git push origin <branch_name>
Create a Pull Request
devel
branch for merging.Final Merge & Update
git checkout devel
git pull origin devel
By following these steps, you contribute effectively and collaboratively.
Implement the nextflow module for #7