- Live notes about this tutorial are available at this link
In this tutorial we will see how Git and Github works and we will do some exercises on Sorting from Rosalind.
Git and Github
What are Git and Github? Let us see this slides.
Let us do the following steps, now:
- Register in Github
- Install Git on your computer downloading it from here
- Set up Git in VS Code
- Create a new folder in your computer, wherever you prefer
- Open the folder in Visual Studio
- Create a new file called:
README.md
- Fill the file
README.md
with the following content:
# Welcome
This is my first commit.
- Publish local repository to Github
- Edit the
README.md
file with:
# Welcome
This is my second commit.
- Stage and Commit code changes
- Sync with the remote repository by following this command
Rosalind
Register in Rosalind.
Complete the following challenges from this list in Rosalind:
INS, MAJ, MER, MS, INV, PAR, PAR3