git clone https://github.com/ashikeelahi3/Bioinformatics.gitgit branch newBranchNamegit switch branchNamegit add .
git commit -m "A simple and logical message"
git pushIf you want to push code in a new branch, then git push will give you a error. To resolve the error, you can use the following command
git push --set-upstream origin new