Git Product home page Git Product logo

git-in-action's Introduction

Git-IN-ACTION

Hexo Site CI issues last commit license

Git-IN-ACTION 致力于分享 Git 在工程化和规范化方面的最佳实践

参与贡献

可直接提 issue 分享文章,如果自己想动手的话,参考以下贡献方式

# 1、fork 这个项目
# 2、clone 到本地
git clone https://github.com/your-username/Git-IN-ACTION
# 3、新建分支,在新建立的分支上进行改动
git branch new_branch_name
# 4、环境配置,需要安装 Node.js
cd content
npm install # 安装项目依赖
# 5、创建 & 撰写文章
npx hexo new post "文章标题" # 更多操作请查看 Hexo 文档,https://hexo.io/zh-cn/docs/writing
# 5、预览编写好的文章
npx hexo s
# 6、确认无误后提交改动到新建立的分支,然后发起 pull request

如何同步(多次贡献),参考以下方式

# 1、添加本仓库为 fork 后 clone 到本地仓库的远程上游
git remote add upstream https://github.com/seven-innovation-base/Git-IN-ACTION
# 2、同步远程上游的变更
git fetch upstream
# 3、将远程上游的变更合并到你 fork 后的仓库的 master 分支中,保证你的 master 分支永远都是最新的
git merge upstream/master
# 4、基于最新的 master 分支新建个分支做改动,往后的操作与之前所述相同

许可证

BSD 2-Clause License. Copyright (c) 2020, Seven innovation base. All rights reserved. See the license for more details.

git-in-action's People

Contributors

yeshan333 avatar

Watchers

 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.