Explore >> Select a destination


You are here

amanhimself.dev
| | scottgruber.me
5.8 parsecs away

Travel
| | Here are the steps to replace master with main branch.This is a simple fix to avoid any negative connotations inherit in master:slave terminology. Although in the history of git the etymology of master was in the sense as master:copy. Move the master branch to main with the command: git branch -m master main Using the argument -m will transfer all of the commit history on the 'master' branch to your new 'main' branch so nothing gets lost. Push the newly-named main branch to GitHub (assuming that is your ...
| | latlong.blog
19.4 parsecs away

Travel
| | A nifty user interface for configuring Tippecanoe commands.
| | ericlathrop.com
5.2 parsecs away

Travel
| | Since most places are renaming the default git branch from master to main I want to do the same to reduce friction. I want to rename all my default branches in all my projects in one afternoon so I can retrain my muscle memory and not have to remember which project uses which branch name.
| | snipe.net
80.2 parsecs away

Travel
| Composer is a PHP dependency manager that's used in just about any modern PHP application, and it works similarly to how Bundler works for Ruby. Even though Composer itself gives you a warning about not running it as root, lots of people disregard this warning and run it as root anyway. We run into this [...] The post So you ran composer as root... appeared first on Snipe.Net.