Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 272 Bytes

File metadata and controls

11 lines (10 loc) · 272 Bytes

Fork & Pull Request

  • Fork this repo
  • Clone the forked repo
git clone https://github.com/<YOUR_USERNAME>/beachball.git && cd beachball
  • Add migme/beachball as an upstream remote
git remote add upstream git@github.com:migme/beachball.git