Giter VIP home page Giter VIP logo

javanotes's Introduction

javanotes

Git常用命令

Git搜索: 关键词 、 技术栈都有 awesome项目 ,脚手架(关键词 + boilerplate)

寻找demo 技术栈关键车
项目搜索 in:name React
脚手架 技术栈+boilerplate
笔记 类型+笔记
免费编程中文书 free-programming-book
搜索轮子 xxx-like
数据爬虫工具 scrapy dianping.com
学习资料 awesome redis (awesome 关键字)
xxx in:name
xxx in:readme
xxx in:description
stars:>xxx
forks:>30000

地区搜索
language:xxx
location:xxx

区域活跃:
location:shanghai language:java

经典搜索 t ,项目中按键盘t 地址 +#L数字 https://github.com/codingXiaxw/seckill/blob/master/src/main/java/cn/codingxiaxw/dao/SeckillDao.java#L13 https://github.com/codingXiaxw/seckill/blob/master/src/main/java/cn/codingxiaxw/dao/SeckillDao.java#L13-L23

seckill in:name,readme

1、进入项目文件夹,通过命令 git init 把这个目录变成git可以管理的仓库
2、把文件添加到版本库中,使用命令 git add .添加到暂存区里面去,不要忘记后面的小数点“.”,意为添加文件夹下的所有文件 git add .
3、用命令 git commit告诉Git,把文件提交到仓库。引号内为提交说明
git commit -m 'first commit'
4、关联到远程库
git remote add origin 你的远程库http地址
6、把本地库的内容推送到远程,使用 git push
git push -u origin master

Github 帮助文档:https://help.github.com/en/articles/using-keyboard-shortcuts

java官网文档: https://docs.oracle.com/javase/8/docs/index.html

javanotes's People

Contributors

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