# code_1803b **Repository Path**: RoroJ/code_1803b ## Basic Information - **Project Name**: code_1803b - **Description**: 课堂代码了解一下 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README <<<<<<< HEAD # code_1803b 课堂代码了解一下 ##GIT 克隆一个新的仓库到当前目录 ``` $ git clone git@gitee.com:RoroJ/code_1803b.git ``` 查看git的项目状态 $ git status ``` 添加 ``` $git add -A $ git commit -m "我的第一次提交" $ git push origin master ``` #远程仓库 ``` $ git remote add origin git@gitee.com:RoroJ/code_1803b.git ``` 修改远程地址 ``` git remote set-url origin git@gitee.com:RoroJ/code_1803b.git ``` 查看远端地址 git remote -v ``` 添加忽略 echo "*.wmv" >>.gitignore ``` 拉下代码 ``` $ git pull origin master ======= # code_1803b 课堂代码了解一下 ##GIT 克隆一个新的仓库到当前目录 ``` $ git clone git@gitee.com:abb930507/ketangdaima.git ``` 查看git的项目状态 $ git status ``` 添加 ``` $git add -A $ git commti -m "我的第一次提交" $ git push origin master ``` #远程仓库 ``` $ git remote add origin https://gitee.com/RoroJ/code_1803b.git ``` 修改远程地址 ``` git remote set-url origin https://gitee.com/RoroJ/code_1803b.git ``` 查看远端地址 git remote -v ``` 添加忽略 echo "*.wmv" >>.gitignore ``` 拉下代码 ``` $ git pull origin master >>>>>>> d98531e0e824de70979b081885804b11c74a2892 ```