Vue上传项目到gitee-前端-E先生的博客
Java
MySQL
大数据
Python
前端
黑科技
大语言模型
    首页 >> 互联网 >> 前端

Vue上传项目到gitee

[导读]:简易的命令行入门教程: Git 全局设置: git config --global user.name yanxiasgit config --global user.email 1213036993@qq.com 创建 git 仓库: mkdir gao-tao-webcd gao-tao-webgit inittouch README.mdgit add README.mdgit commit -m first commi...

简易的命令行入门教程:

Git 全局设置:

git config --global user.name "yanxias"
git config --global user.email "1213036993@qq.com"

创建 git 仓库:

mkdir gao-tao-web
cd gao-tao-web
git init
touch README.md
git add README.md
git commit -m "first commit"
git remote add origin https://gitee.com/gao-tao-web/gao-tao-web.git
git push -u origin master

已有仓库?

cd existing_git_repo
git remote add origin https://gitee.com/gao-tao-web/gao-tao-web.git
git push -u origin master

本文来自E先生的博客,如若转载,请注明出处:https://www.javajz.cn

留言区

联系人:
手   机:
内   容:
验证码:

历史留言

欢迎加Easy的QQ