创建一个文件
<span class="user-select-contain">echo "# learn-<span class="wp_keywordlink_affiliate"><a href="https://www.168seo.cn/tag/git" title="View all posts in git" target="_blank">git</a></span>" >> README.md</span> <span class="user-select-contain"><span class="wp_keywordlink_affiliate"><a href="https://www.168seo.cn/tag/git" title="View all posts in git" target="_blank">git</a></span> init</span> <span class="user-select-contain"><span class="wp_keywordlink_affiliate"><a href="https://www.168seo.cn/tag/git" title="View all posts in git" target="_blank">git</a></span> add README.md</span> <span class="user-select-contain">git commit -m "first commit"</span> <span class="user-select-contain">git remote add origin <span class="js-git-clone-help-text">https://github.com/huahuizi/learn-git.git</span></span> <span class="user-select-contain mb-0">git push -u origin master</span>
|
1
2
3
4
5
6
|
<
span
class
=
"user-select-contain"
>
echo
"# learn-git"
>>
README
.
md
<
/
span
>
<
span
class
=
"user-select-contain"
>
git
init
<
/
span
>
<
span
class
=
"user-select-contain"
>
git
add
README
.
md
<
/
span
>
<
span
class
=
"user-select-contain"
>
git
commit
-
m
"first commit"
<
/
span
>
<
span
class
=
"user-select-contain"
>
git
remote
add
origin
<
span
class
=
"js-git-clone-help-text"
>
https
:
/
/
github
.
com
/
huahuizi
/
learn
-
git
.
git
<
/
span
>
<
/
span
>
<
span
class
=
"user-select-contain mb-0"
>
git
push
-
u
origin
master
<
/
span
>
|
输入 用户名 和密码
https://github.com/huahuizi/learn-git

被折叠的 条评论
为什么被折叠?



