文件名称:comandos-basicos:shell 中的基本命令列表
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-18 15:24:53
基本命令 基本 shell 命令列表 github 检查存储库状态 git status 检查存储库日志 git log 启动Git,进入本地目录并使其与服务器通信 git init 告诉 Git 这个目录必须与 GitHub 服务器通信 git remote add origin git@github.com:charlesmendes/comandos-basicos.git 在你的 github 上克隆一个现有的存储库(输入 github 用户名和密码) git clone https://github.com/CharlesMendes/comandos-basicos 在本地添加新的/更改的文件 git add * 提交文件(带注释) git commit -m "versão inicial" 在服务器上发布更改(输入 github 用户名和密码) gi
【文件预览】:
comandos-basicos-master
----LICENSE(1KB)
----README.md(2KB)