parent
22dbd05b24
commit
b4cd1c1111
@ -1,19 +1,5 @@
|
||||
#### 从命令行创建一个新的仓库
|
||||
# 拉胯
|
||||
|
||||
```bash
|
||||
touch README.md
|
||||
git init
|
||||
git add README.md
|
||||
git commit -m "first commit"
|
||||
git remote add origin https://bdgit.educoder.net/mmywa52cl/Maze.git
|
||||
git push -u origin master
|
||||
**头歌**太拉胯啦,图片都上传不了
|
||||
|
||||
```
|
||||
|
||||
#### 从命令行推送已经创建的仓库
|
||||
|
||||
```bash
|
||||
git remote add origin https://bdgit.educoder.net/mmywa52cl/Maze.git
|
||||
git push -u origin master
|
||||
|
||||
```
|
||||
戳[这里]([feammer/Maze: A maze game combined with explorations and number guessing. Team:10dd2d group 5th CONSIDER this repository uses GPLv3 LICENSE, which requires a few limitations and conditions (github.com)](https://github.com/feammer/Maze))查看原始工程文件
|
||||
Loading…
Reference in new issue