| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseAn app for displaying colored sheet music with practice modes
## This is just commands I find useful that I would like to keep
# Build and start go project
go build . && PORT=80 ./${PWD##*/}
# git
This is list of the git commands I use.
The usual flow of developed is clone or fork a repo, create a branch, change code, create commits at logical stopping points, push those commits, and finally merge the branch (usually done on a website).
| Back | FazBrowse Home | New Git URL |