Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Github-help

  • Github 操作指南,整理收集一些常用的get

一、Github 搭建博客、托管网页、预览等

操步骤

二、Git命令目录

1.常用命令

  • $ git clone //本地如果无远程代码,先做这步,不然就忽略
  • $ cd //定位到你blog的目录下
  • $ git status //查看本地自己修改了多少文件
  • $ git add . //添加远程不存在的git文件
  • $ git commit -m "what I want told to someone" //提交修改
  • $ git push //更新到远程服务器上
  • $ git rm //移除文件

About

Github 操作指南

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages