Initialize the remote warehouse and submit the question for the first time

The novice submits the git project to initialize.
Try using readme first,

		1、touch README

The second part:

		2、git add README

third step:

		3、 git commit -m 'first commit'

the fourth step:

		4、git remote add origin https://gitee.com/Majic_seven/ccc_securtiy.git

the fifth step:

		5、git push origin master
Published 20 original articles · won praise 5 · Views 2073

Guess you like

Origin blog.csdn.net/qq_42859887/article/details/105389821