Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git init branch name

git init --initial-branch=trunk
git init -b trunk


#This is configurable with the init.defaultBranch setting. 
#If I want all new repos to have "trunk" as the default branch:
git config --global init.defaultBranch trunk
Comment

PREVIOUS NEXT
Code Example
Shell :: get y.output file yacc remove shift reduce conflict 
Shell :: search not working windows 11 
Shell :: powershell create object 
Shell :: docker access denied 
Shell :: reset one branch onto another 
Shell :: remove alias powershell 
Shell :: copy file from ssh to local 
Shell :: how to kill vscode linux 
Shell :: truncate docker logs 
Shell :: cocoapods not installed 
Shell :: ubuntu measure execution time 
Shell :: your github oauth token for github.com contains invalid characters 
Shell :: github set branch upstream 
Shell :: npm audit 
Shell :: how to upload project on github using command 
Shell :: react native run android shows deprecated items 
Shell :: brew install pgdump 
Shell :: bash write 
Shell :: git push repo 
Shell :: git remove origin 
Shell :: Build-tool 32.0.0 rc1 is missing DX at dx.bat 
Shell :: how to verify if pip installed a package 
Shell :: connect to specific wifi decive fedora 
Shell :: evernote linux 
Shell :: how to commit to github from terminal 
Shell :: golang hot reload 
Shell :: how to check version of web3 
Shell :: ubuntu disk free space 
Shell :: error running pod install 
Shell :: bash or 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =