Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Sonar's Explorer

This is workspace branch of Blockchain Sonar's Explorer multi project repository based on orphan branches.

Branches (sub-projects):

  • docs - Documentation
  • backend - Sources of API service
  • frontend - Sources of Web application

Get Started

  1. Clone the repository
    git clone git@github.com:blockchain-sonar/explorer.git blockchain-sonar.explorer
  2. Enter into cloned directory
    cd blockchain-sonar.explorer
  3. Initialize worktree by execute following commands
    for BRANCH in backend-python backend-dart docs frontend; do git worktree add "${BRANCH}" "${BRANCH}"; done
  4. Open VSCode Workspace
    code "Blockchain Sonar Explorer.code-workspace" 

Notes

Add new orphan branch

NEW_ORPHAN_BRANCH=mybranch
git switch --orphan  "${NEW_ORPHAN_BRANCH}"
git commit --allow-empty -m "Initial Commit"
git push origin "${NEW_ORPHAN_BRANCH}"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors