Code Monkey home page Code Monkey logo

learn's Introduction

Learn

学习笔记

廖雪峰

https://www.liaoxuefeng.com/

Commit 规范 Anglar规范

http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html

vim

点击 Esc 键,Vim 进入命令模式。然后输入:
:q ——退出(这是 :quit 的缩写)
:q! ——不保存退出(这是 :quit! 的缩写)
:wq ——写入文件并退出;(这是 :writequit 的缩写)
:wq! ——(如果文件只有读权限)写入并退出(如果文件没有写权限,强制写)
:x ——类似于 :wq,如果文件无变动,那就不写入
:qa ——退出全部(这是 :quitall 的缩写)
ZZ —— (大写的 Z)如果文件有变动,写入/保存,然后退出;
ZQ —— 如果不想保存文件,也可以这个命令退出;

其实 Vim 有很详细的帮助,进入命令模式后,输入 help 然后回车。


作者:ZM970307 来源:CSDN 原文:https://blog.csdn.net/ZM970307/article/details/72836674 版权声明:本文为博主原创文章,转载请附上博文链接!


作者:千淘万漉 来源:CSDN 原文:https://blog.csdn.net/matrix_google/article/details/76164297 版权声明:本文为博主原创文章,转载请附上博文链接!

git网站 https://git-scm.com/book/zh/v2

sourcetree github gui

learn's People

Contributors

xfzzmzj avatar

Watchers

James Cloos 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.