GithubHelp home page GithubHelp logo

problem-etc's People

Contributors

king-etc avatar

Watchers

 avatar

problem-etc's Issues

#git 撤销提交并保留修改

  • git reset --soft <commit> OR git reset --mixed <commit>
    区别在于--mixed 不会吧改动放进缓存区,而--soft 会。
  • 当然 你甚至可以使用 git reset –hard <commit_id>这种方式。不过需要注意,他会删掉所有的改动。

keyword git

-bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory

-bash: ./autogen.sh: /bin/sh^M: bad interpreter: No such file or directory

出现这个原因是因为autogen.sh的编码格式与现平台不一致引起的。

  • 修改文件格式
    #sh>vi filename
  • 利用如下命令查看文件格式
    :set ff 或 :set fileformat
  • 可以看到如下信息
    fileformat=dos 或 fileformat=unix
  • 利用如下命令修改文件格式
    :set ff=unix 或 :set fileformat=unix
    :wq
  • 最后再执行文件

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.