This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git pull # Pull first or lose ANY commits upstream | |
| git branch -m master main # Rename branch locally | |
| echo | |
| echo "Change GitHub default branch to 'main'." | |
| echo | |
| echo "Is GitHub Default Branch 'main'?" | |
| echo | |
| read -p "Press ENTER to continue" | |
| echo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML> | |
| <html> | |
| <head> | |
| <style> | |
| body { | |
| margin: 0px; | |
| padding: 0px; | |
| } | |
| </style> | |
| </head> |