Giter Site home page Giter Site logo

html5's Introduction

HTML5

HTML5

git add . //添加所有文件

git commit -m '第一次提交' //注释说明

git remote add origin [email protected]:una-sara/HTML5.git

git push -u origin master //提交到你的仓库

git --help //帮助命令

git pull origin master //将远程仓库里面的项目拉下来

dir //查看有哪些文件夹

git rm -r --cached target //删除target文件夹

git commit -m '删除了target文件夹' //提交,添加操作说明

git push -u origin master //将本次更改更新到github项目上去

如何在github上删除某个文件

输入git pull origin master把github上的文件重新

输入命令dir查看目录下的文件

再输入命令git rm -r --cached image删除磁盘上的image文件

再输入git commit -m '删除了image'提交添加说明

最后输入git push -u origin master更新github仓库

imgage文件就成功删除,项目上添加了 '删除image'的说明

html5's People

Contributors

una-sara avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.