What do you do when you want to explore code on github? Or When you want to see the master
/ main
branch code, other branch code on your local?
We goto github, select branch, and view in the default code view provided by github. We do this because this is the most fastest way to view your desired code on separate workspace so your work can stay on local branch and unsaved changes to remain.
But this is quite annoying. This is why we made github.surf (inspired by github1s)
Surf for the rescue! On these occasions, you can run surf . -b other-branch
on your local repository to start surfing on other branch than local's (on browser based vscode) (More details below at CLI section)
Basically VSCode on browser environment. Always accessible, Always stays in your current interest.
Quick demo → Visit github.surf
…
To open up your code on surf, simply change .com
to .surf
at the url of your repository. This also works for gitlab and bitbucket. (gitlab.surf, bitbucket.surf)