git
Posted yanxingang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git相关的知识,希望对你有一定的参考价值。
create a new repository on the command line
echo "# Yolov3ToTensorRT" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/Yanxingang/Yolov3ToTensorRT.git git push -u origin master
push an existing repository from the command line
git remote add origin https://github.com/Yanxingang/Yolov3ToTensorRT.git git push -u origin master
以上是关于git的主要内容,如果未能解决你的问题,请参考以下文章
VSCode自定义代码片段15——git命令操作一个完整流程
GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段
GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段