Git|Git basic
clone the project
git clone PASTE HTTPS OR SSH HERE
go into/return back the project
cd NAME-OF-PROJECT
cd ..
list the connect
ls
ls *.md
create directory or README.md file,show README.md
mkdir NAME-OF-YOUR-DIRECTORY
touch README.md
nano README.md
#### ADD YOUR INFORMATION
#### Press: control + X
#### Type: Y
#### Press: enter
cat README.md
remove a file, remove a directory and all of its contents
rm NAME-OF-FILE
rm -r NAME-OF-DIRECTORY
view command history
history
show which directory I am in
pwd
【Git|Git basic】clear the shell window
clear
推荐阅读
- gitlab|gitlab 通过备份还原 admin/runner 500 Internal Server Error
- gitlab|Gitlab升级(12.2.1到14.6.4)
- 常用git命令总结
- 圆形菜单
- Git学习-笔记摘要
- [2018-02-22]|[2018-02-22] Git之远程仓库
- 二、Git|二、Git 基础操作
- git|git 的常规操作
- 03_ARMv8指令集介绍加载与存储指令
- 关联gitclub远程仓库