Giter VIP home page Giter VIP logo

cssbook's Introduction

cssbook

此项目不再维护,内容的更新已经合并迁移到新项目,请移步 https://github.com/webcoding/cssbook

CSS参考手册——飘零雾雨

本站同步更新预览,cssbook:http://css.devnode.cn

版权声明 Copyright

本手册由飘零雾雨编写。版权所有者为飘零雾雨。

您可以免费的使用、分发本手册。但未经飘零雾雨的授权许可不得擅自进行篡改、反编译,及将其全部或部分用于商业用途。

本手册受著作权法和国际公约的保护,作者保留对本手册及本声明的最终修改权。

本手册的部分内容参考了苏沈小雨版的CSS2.0手册及World Wide Web Consortium (W3C)公开的网络文档。

Git 分支操作

//关联远程分支
$ cd your_repo_root/repo_name
$ git fetch origin
$ git checkout gh-pages


//推送分支到远程
git push --set-upstream origin gh-pages

github中如何撤销上一次的提交?

在Github中,如果你发现上一次的提交有错误,希望撤销,可以按照下面的步骤:

首先在本地撤销。输入下面的命令,在编辑界面删除第2行文字:

$ git rebase -i HEAD~2
Successfully rebased and updated refs/heads/master.

然后撤销服务器上的提交:

$ git push origin +master

参考文章:http://stackoverflow.com/questions/448919/how-can-i-remove-a-commit-on-github

cssbook's People

Contributors

cloudai avatar cloudyan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cssbook's Issues

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.