Giter Site home page Giter Site logo

alileew_comments's Introduction

alileew.github.io站点,Gittalk 托管

2022-01-01 博客已废弃 Gittalk 接入的评论,目前已采用 Valine Comment 全面接入

alileew_comments's People

Contributors

alileew avatar

Watchers

 avatar

alileew_comments's Issues

如何写一个shell脚本自动跑git提交代码命令

https://alileew.github.io/archives/53560/

我们日常开发过程中开发完之后,需要把自己本地的代码提交到远程仓库,一般对应的操作是: 123git add .git commit -m "feat: xxx"git push 或者 git push origin master 每次做了代码改动都需要这样来提交代码,感觉成了一个工具人,于是想着 能不能通过 shell 脚本的方式做成一个可以自动提交代码的脚本。 初步思路是,

git高级命令: reset/merge/rebase 图形化手把手教学

https://alileew.github.io/archives/62141/

git常用命令速查表 上篇文章 git基本操作,一篇文章就够了,介绍了日常使用git的一些操作,接下来介绍下git的一些高级用法,提升你对git新的认识。 1. 消除最近的几次提交已经push的代码,有些commit确确实实是不想要的,暂存区和工作区都恢复成你指定的那个commit的内容了 如图所示,我需要将代码恢复到 xxx 这个commit所在的位置。 1git reset --hard cb

redux / react-redux 核心属性概述

https://alileew.github.io/archives/58499/

背景旨在深层次解读 redux 属性的概念、用法、注意事项等,帮助其对 redux 理解的更充分 Redux 的三大原则 Redux 的三大原则 单一数据源(Single source of truth) 整个应用的 state 被统一管理在唯一对象数store中 State 是只读的(State is read-only) state 的变化只能通过出发 action 去改变 使用纯函数来执

oh-my-zsh + autosuggestion 提升git命令操作体验

https://alileew.github.io/archives/37989/

oh-my-zsh + zsh-autosuggestion 配置配置完之后,终端会记录你前一次的命令操作,为你提供 预览 + 自动补全的功能,如图:灰色是给你的提示,此时你只需要按一下:➡️ 箭头,就可以补全当前的整条命令,为你的开发提升更高的效率。 配置步骤如下(目前仅针对mac): 安装zsh: 1sh -c "$(curl -fsSL https://raw.github.

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.