Giter Site home page Giter Site logo

yellowchives / np-architect Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liuhouer/np-architect

0.0 0.0 0.0 135.81 MB

Java架构师直通车【慕课网 | Java架构师-技术专家 | 代码】

Shell 0.06% JavaScript 24.55% Java 49.30% Lua 0.02% CSS 16.53% HTML 4.78% PLpgSQL 2.79% Batchfile 0.04% Vue 1.91% Dockerfile 0.03%

np-architect's Introduction

Java架构师直通车【慕课网 | Java架构师-技术专家 | 代码】

关于git tag

- 查看本地tag:git tag 
- 新建tag:git tag -a v2.0 -m '完成首页展示和商品详情展示'
- 推送指定tag至远程:git push origin v2.0
- 推送本地所有tag至远程:git push origin --tags
- 删除本地tag:git tag -d v2.0 
- 删除远程tag:git push origin --delete tag 2.0
- 本地查看不同tag的代码:get checkout v1.0
- git reset --hard  版本号  来回到最初的小程序初始化代码  (提交的版本号可以通过 git log查到)
- 获取远程分支:git fetch origin tag V2.0

np-architect's People

Contributors

liuhouer 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.