Skip to content

ashikeelahi3/Bioinformatics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Github Commands

Clone a repository

git clone https://github.com/ashikeelahi3/Bioinformatics.git

Creating a new branch

git branch newBranchName

Switching to a branch

git switch branchName

Adding code in github

git add .
git commit -m "A simple and logical message"
git push

If 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages