Commit 3d4198c8 by Eddy Guo

add test vscode

parent ba052f9c
# about less
@ define property
# coffee
\ No newline at end of file
# git rebase -i 修改提交记录
# git 提交代码规范
feat: 新功能(feature)
fix: 修补 bug
docs: 文档
style: 格式(不影响代码的变动)
refactor:重构
test: 测试
chore: 构建及辅助工具的更改
tweak: 轻微调整貌似
\ No newline at end of file
# 记录
# ~/.bash_profile
```
alias ll='ls -al'
alias cdwww='cd /Users/xdguo/Documents/project/'
```
# git rebase
```
// will open up the rebase definition, allow you squash,delete,or update your commits
git rebase -i origin/develop
// like develop branch update while you are working on your branch,this will update without merge commits
git pull --rebase
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment