
[email protected] MINGW64 /d/workspace/NodeJs/blogs (master)
$ git rebase -i HEAD~3
Stopped at 0f65600... Oracle PLSQL配置.md
You can amend the commit now, with
git commit --amend
Once you are satisfied with your changes, run
git rebase --continue
[email protected] MINGW64 /d/workspace/NodeJs/blogs (master|REBASE-i 2/3)
$ git log
commit 0f656006ed81ac824911471302b7fb0ff0fa6601
Author: serical <[email protected]>
Date: Sat Feb 4 16:11:58 2017 +0800
Oracle PLSQL配置.md
[email protected] MINGW64 /d/workspace/NodeJs/blogs (master|REBASE-i 2/3)
$ git commit --amend
[detached HEAD af6c3e6] Oracle PLSQL配置
Date: Sat Feb 4 16:11:58 2017 +0800
1 file changed, 60 insertions(+)
create mode 100644 "oracle/Oracle PLSQL351205215347275256.md"
[email protected] MINGW64 /d/workspace/NodeJs/blogs (master|REBASE-i 2/3)
$ git rebase --continue
Successfully rebased and updated refs/heads/master.
[email protected] MINGW64 /d/workspace/NodeJs/blogs (master)
$ git pull
Merge made by the 'recursive' strategy.
[email protected] MINGW64 /d/workspace/NodeJs/blogs (master)
$ git push
Counting objects: 4, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 564 bytes | 0 bytes/s, done.
Total 4 (delta 2), reused 0 (delta 0)
remote: Resolving deltas: 100% (2/2), completed with 1 local objects.
To https://github.com/serical/blogs.git
7670cdc..90ee15c master -> master
近期评论