Commit cfe72e15 by Eddy Guo

Delete record.md

parent 3a25be66
# 记录
# ~/.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