Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

initialize git on windows

 -- initialize git repository to main on Windows 10 using terminal
 -- open the terminal, change to the Directory/folder you want to initiliaze (e.g cd myProject)
 git init --b main
Source by git-scm.com #
 
PREVIOUS NEXT
Tagged: #initialize #git #windows
ADD COMMENT
Topic
Name
8+1 =