How to rename git branch
# How to rename local git branch
git branch -m newBranchName
# If the old branch name has alrady been pushed to remote,
# you'd need to do a bit of cleanup.
# To list all your branches:
git branch -a
Search for a command to run...
# How to rename local git branch
git branch -m newBranchName
# If the old branch name has alrady been pushed to remote,
# you'd need to do a bit of cleanup.
# To list all your branches:
git branch -a
No comments yet. Be the first to comment.
Connecting the BrightSign player over serial port to PC or Mac is very helpful during development and troubleshooting. Let us know if this is a topic you are interested in.
BrightSign is a solid digital signage media player that can run for years 24/7. Get the Support for success with BrightSign
When Telnet and SSH access is not showing in DWS Diagnostics tab and you know that the OS version supports this feature. Get the answer here and thanks for the coffee!
On Gen4 at 8.5.53.2 the below seems to be working, except for screencast. Had issues with connecting to Gen5 from Windows 10 on other PC. Wonder if there is a firewall related issue… sub main() x = 0 y = 0 width = 1920 height = 1080 ...
A local copy of the BrightScript Reference could be useful at times. Here is the BrightSign BrightScript v9 reference document for download. More can be found here https://brightsign.atlassian.net/wiki/spaces/DOC/pages/370672718/BrightScript