git
git ssh 配置
ssh-keygen
cd ~
cd .\.ssh\
ls
cat \id_rsa.pub
cd ./git/
code .直接打开git配置文件
可以直接配置项目的地址
git branch -m oldbranchname newbranchname 本地分支重命名 如果是当前分支就直接修改
git push origin HAED --force
git
git fetch origin 分支名 拉取指定分支到本地
git checkout -b develop origin/develop
git push origin --delete 分支名 远程删除指定的分支
git branch -d 分支名 删除本地分支
git reset --merge
git cherry-pick 2555c6e
git commit --amend
git commit -am '提交的描述' git commit -a -m '描述'
git reset
git reset --soft head~1
git reflog
git log --oneline:查看历史记录的简洁的版本;
git stash list
git fsck --no-reflog
1.git fsck --lost-found 2. git show 查看版本 3.git merge 号
git pull -pt
git stash pop 数字
git stash apply 数字
git stash clear
git stash drop 数字
git stash show 数字
git stash save '描述'
git reset --hard 版本号
git reset --soft 版本号
git stash
git pull
git stash pop
git stash
git commit -am 'fix in a hurry'
git checkout xxx
git stash pop
git config http.postBuffer 524288000
```
谷歌快捷键
ctrl+l
ctrl+t
ctrl+w
ctrl+shift+n
ctrl+n
ctrl+shift+t
ctrl+tab
ctrl+pageUp
ctrl+l 或者 alt+d
ctrl+shift+b
ctrl+j
ctrl+h
ctrl+shift+B
vscode
ctrl+shift+k
ctrl+h
shift+alt +上/下
ctrl+f
ctrl+p
ctrl+shift+enter
ctrl+enter
ctrl+home
ctrl+end
alt+pageup
alt+pageDown
ctrl+g
win10
win+R
win+E
win+D
win+i
win+ctrl+D
win+ctrl+f4
win+ctrl+左/右
win+左右/上下
win+m
win+shift+m
exit
win+alt+f4
alt +f4
alt+左右
alt+D
ctrl+shift+esc
shift+delete
win+alt+D
win+,
win+home