东京攻略插曲mp3_ronanhardiman东京攻略mp3
1.进入到文件所在文件目录,或者能找到文件的路径
查看文件的修改记录
1
$ git log MainActivity.java
结果:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
commit 7641210b242a95eed17827dd8159e76bdad6d619
Author: ronanhardiman <liqiang.isman@gmail.com>
Date: Mon Apr 29 00:51:00 2013 +0800
System.currentTimeMillis() 替代 timer 实现 连续两次返回键退出
System.currentTimeMillis() 替代 timer 实现 连续两次返回键退出
commit a4e215234aa4927c85693dca7b68e9976948a35e
Author: kaxi4it <gyj_android@sina.com>
Date: Sat Apr 27 16:54:48 2013 +0800
修正了退出程序的BUG
用INT代替BOOL标记,修正了快速点击返回键一直播放退出动画的BUG,跳转页面后标记
commit d31fcc01223407492310c1567a7b84ece1287368
Author: yjl <yujilong@eoemobile.com>
Date: Mon Mar 25 12:09:21 2013 +0800
2.回退到指定的版本
1
$ git reset a4e215234aa4927c85693dca7b68e9976948a35e MainActivity.java
结果
1
2
3
Unstaged changes after reset:
M source/src/cn/eoe/app/ui/MainActivity.java
su@SUCHANGLI /e/eoeclient/android-app/source/src/cn/eoe/app/ui (master)
3.提交到本地参考
1
$ git commit -m "revert old file because yjl commmit have a bug"
结果
1
2
3
[master 874e01a] revert old file because yjl commmit have a bug
1 file changed, 26 insertions(+), 19 deletions(-)
su@SUCHANGLI /e/eoeclient/android-app/source/src/cn/eoe/app/ui (master)
4.更新到工作目录
1
$ git checkout MainActivity.java
5.提交到远程仓库
1
$ git push origin master
如果提交需要用户名密码的话,会有提示;
结果
1
2
3
4
5
6
7
8
9
10
Username for ' com360
Password for ' objects: 17, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (9/9), 860 bytes, done.
Total 9 (delta 5), reused 0 (delta 0)
To master -> master
su@SUCHANGLI /e/eoeclient/android-app/source/src/cn/eoe/app/ui (master)
这样就把指定的文件回退到指定的版本了。
天地-蔡志忠与庄子的音乐随想
久石让:Summer(个人喜欢:千与千寻的原声)
喜多郎:丝绸之路
恩雅:may
it
be(其实还有很多)
S.E.N.S.:Remembering
Me
雅尼:Santorini
班得瑞:your
smile(实在难以取舍)
神秘园:追梦人
莎拉布莱曼:time
to
say
goodbye
enigma:return
to
innocence
Medwyn
Goodall:EYES
OF
HEAVEN(个人推荐Snows
of
Kilimanjaro)
Nicholas
Gunn:Crossroads
Johannes
Linstead:Andalucia
Vangelis:Conquest
Of
Paradise(亚历山大大帝也不错)
Andre
Rieu:The
third
man(这支曲子最好看现场版)
Ronan
Hardiman:Anthem
Chris
Spheeris:Playtime
Kim
Waters:Nightfall
James
Horner:The
Ludlows
John
Barry:The
John
Dunbar
Theme
Tim
Janis:The
Summer
Sea
Steve
Barakatt:Eternity
Kevin
Kern:Through
The
Arbor
Karl
Maddison:Wishing
Wheel
Matthew
Lien:These
Wings
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。