Answers for "how to add from the default branch to a current branch"

5

set the default branch to main

git config --global init.defaultBranch main
Posted by: Guest on March-30-2021

Code answers related to "how to add from the default branch to a current branch"

Browse Popular Code Answers by Language