Github usage example
The development cycle of the gigadb. 1. fork gigadb-website 2. clone the gigadb-website into local SSD git clone https://github.com/kencho51/gigadb-website.git 3. add remote origin git remote add origin https://github.com/kencho51/gigadb-website.git 4. add remote upstream origin git remote add upstream https://github.com/gigascience/gigadb-website.git 5. follow here to build the docker container for the testing. 6. The flow to make changes: 6.1 Create branch for an issue git branch issue-no 6.2 Go to that branch git checkout issue-no ...