# vue001 **Repository Path**: LHNB/vue001 ## Basic Information - **Project Name**: vue001 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #这是一个NB的项目 哈哈!!!get #ss ## 我开始提交了 git config --global user.name "人生如戏丶全靠演绎" git config --global user.email "1143062350@qq.com" 创建 git 仓库: mkdir wxObject cd wxObject git init touch README.md git add README.md git commit -m "first commit" git remote add origin https://gitee.com/LHNB/wxObject.git git push -u origin master 已有仓库? cd existing_git_repo git remote add origin https://gitee.com/LHNB/wxObject.git git push -u origin master [core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [user] name = MyObject email = 1143062350@qq.com [remote "wxObject"] url = https://gitee.com/LHNB/wxObject.git fetch = +refs/heads/*:refs/remotes/wxObject/* [remote "origin"] url = https://gitee.com/LHNB/wxObject.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master