Skip to content

Instantly share code, notes, and snippets.

@otakustay
Created June 13, 2016 07:13
Show Gist options
  • Save otakustay/776d82233ebbf74911133f60a7403b79 to your computer and use it in GitHub Desktop.
Save otakustay/776d82233ebbf74911133f60a7403b79 to your computer and use it in GitHub Desktop.
icode log
~/Dev/jingyi(branch:infrastructure-enhance*) » git push origin infrastructure-enhance:refs/for/develop otakustay@Gray-MacBook-Pro
Counting objects: 16, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (15/15), done.
Writing objects: 100% (16/16), 2.67 KiB | 0 bytes/s, done.
Total 16 (delta 13), reused 0 (delta 0)
remote: Resolving deltas: 100% (13/13)
remote: Processing changes: (\)
remote: Processing changes: new: 1, refs: 1, done
remote:
remote: New Changes:
remote: http://icode.baidu.com/review/changes/100599 优化基础功能
remote:
To ssh://zhanglili01@icode.baidu.com:8235/baidu/cedp/jingyi-fe
* [new branch] infrastructure-enhance -> refs/for/develop
------------------------------------------------------------
~/Dev/jingyi(branch:infrastructure-enhance*) » git add src/biz/example otakustay@Gray-MacBook-Pro
------------------------------------------------------------
优化基础功能
~/Dev/jingyi(branch:infrastructure-enhance*) » gs otakustay@Gray-MacBook-Pro
On branch infrastructure-enhance
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: src/biz/example/ExampleData.js
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: src/common/config.js
modified: src/common/css/main.less
modified: src/common/tpl.js
Untracked files:
(use "git add <file>..." to include in what will be committed)
mockup/model/
src/biz/model/
src/common/css/customize/biz.less
------------------------------------------------------------
~/Dev/jingyi(branch:infrastructure-enhance*) » git ci --amend otakustay@Gray-MacBook-Pro
[infrastructure-enhance ac37fbb] 优化基础功能
Date: Mon Jun 13 14:15:27 2016 +0800
5 files changed, 105 insertions(+), 87 deletions(-)
------------------------------------------------------------
~/Dev/jingyi(branch:infrastructure-enhance*) » git push origin infrastructure-enhance:refs/for/develop otakustay@Gray-MacBook-Pro
Counting objects: 16, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (15/15), done.
Writing objects: 100% (16/16), 2.68 KiB | 0 bytes/s, done.
Total 16 (delta 13), reused 0 (delta 0)
remote: Resolving deltas: 100% (13/13)
remote: Processing changes: (\)
remote: Processing changes: new: 1, refs: 1, done
remote:
remote: New Changes:
remote: http://icode.baidu.com/review/changes/100600 优化基础功能
remote:
To ssh://zhanglili01@icode.baidu.com:8235/baidu/cedp/jingyi-fe
* [new branch] infrastructure-enhance -> refs/for/develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment