Skip to content

Instantly share code, notes, and snippets.

View picar's full-sized avatar
🏠
Working from home

Picar picar

🏠
Working from home
  • Vancouver, BC, Canada
  • 15:10 (UTC -07:00)
View GitHub Profile
/var/www/html# mkdir myrepo.git
/var/www/html# cd myrepo.git/
/var/www/html/myrepo.git# git init --bare .
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and