Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
log
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eddy Guo
log
Commits
3d4198c8
Commit
3d4198c8
authored
Sep 02, 2017
by
Eddy Guo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add test vscode
parent
ba052f9c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
0 deletions
+42
-0
31.md
2017:08/31.md
+6
-0
01.md
2017:09/01.md
+13
-0
record.md
record.md
+23
-0
ssr.render.log
ssr.render.log
+0
-0
No files found.
2017:08/31.md
0 → 100644
View file @
3d4198c8
# about less
@ define property
# coffee
\ No newline at end of file
2017:09/01.md
0 → 100644
View file @
3d4198c8
# git rebase -i 修改提交记录
# git 提交代码规范
feat: 新功能(feature)
fix: 修补 bug
docs: 文档
style: 格式(不影响代码的变动)
refactor:重构
test: 测试
chore: 构建及辅助工具的更改
tweak: 轻微调整貌似
\ No newline at end of file
record.md
0 → 100644
View file @
3d4198c8
# 记录
# ~/.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
```
ssr.render.log
0 → 100644
View file @
3d4198c8
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment