Skip to content

cuit/BookMarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

技术学习

Java

dubbo

MQ

数据库

MySQL

Linux

基本指令

ctrl + r 在命令行搜索历史纪录

zcat + file.gz 不解压查看.gz文件中的内容

向服务器上传下载命令(rz, sz)

前端

插件

GIT

git blame file路径 显示指定文件是什么人在什么时间修改过

git diff 显示暂存区和工作区的代码差异

git checkout -b 分支名     新建一个分支,并切换到指定分支

git checkout 分支名        切换到指定分支

git checkout -            切换到上一个分支

git add . 添加当前目录的所有文件到暂存区

git commit -m "信息"       提交暂存区到仓库区

git push                  提交仓库去代码到你线上

git branch -a             显示所有分支包括本地和线上

git branch --set-upstream [branch] [remote-branch] 建立追踪关系,在现有分支与指定的远程分支之间

git merge 分支名           合并指定分支到当前分支

git status                查看所有变更

git checkout [路径] 恢复暂存区的所有文件到工作区

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published