leon@DGLIRUAN2 /F/linux/android/leon/workspace/AngoWidget (master)

$ git log

commit 2f847e3a858ecb2f843e7820cd8eaedf2ec7102d

Author: leon <llrraa@qq.com>

Date:   Mon Jul 14 23:38:58 2014 +0800



    alarm working, but every time it sets another timer where it goes into on

    receive



commit bc389c0b0a6795995351db5f41efdabbca169028

Author: leon <llrraa@qq.com>

Date:   Mon Jul 14 20:42:39 2014 +0800



    still not working. try the initial one



commit 35a68f4480347a3cbabb7d2febaabac90a10c275

Author: leon <llrraa@qq.com>

Date:   Mon Jul 14 13:54:16 2014 +0800



    view is ok now



commit 352a1d2f7a038d83e5e732948e2a10e3d7ce42ee

Author: leon <llrraa@qq.com>

Date:   Mon Jul 14 13:25:30 2014 +0800



    periodically update not working yet

$ git checkout 352a1

D       .classpath

M       .project

D       AndroidManifest.xml

D       ic_launcher-web.png

D       libs/android-support-v4.jar

D       proguard-project.txt

D       project.properties

D       res/drawable-hdpi/ic_launcher.png

D       res/drawable-mdpi/ic_launcher.png

D       res/drawable-xhdpi/ic_launcher.png

D       res/drawable-xxhdpi/ic_launcher.png

D       res/layout/activity_main.xml

D       res/layout/fragment_main.xml

D       res/menu/main.xml

D       res/values-v11/styles.xml

D       res/values-v14/styles.xml

D       res/values-w820dp/dimens.xml

D       res/values/dimens.xml

D       res/values/strings.xml

D       res/values/styles.xml

D       res/xml/appwidget_info.xml

D       src/com/ango/angowidget/MainActivity.java

Note: checking out '352a1'.



You are in 'detached HEAD' state. You can look around, make experimental

changes and commit them, and you can discard any commits you make in this

state without impacting any branches by performing another checkout.



If you want to create a new branch to retain commits you create, you may

do so (now or later) by using -b with the checkout command again. Example:



  git checkout -b new_branch_name



HEAD is now at 352a1d2... periodically update not working yet

git checkout --   AndroidManifest.xml

git checkout --   ic_launcher-web.png

git checkout --   libs/android-support-v4.jar

git checkout --   proguard-project.txt

git checkout --   project.properties

git checkout --   res/drawable-hdpi/ic_launcher.png

git checkout --   res/drawable-mdpi/ic_launcher.png

git checkout --   res/drawable-xhdpi/ic_launcher.png

git checkout --   res/drawable-xxhdpi/ic_launcher.png

git checkout --   res/layout/activity_main.xml

git checkout --   res/layout/fragment_main.xml

git checkout --   res/menu/main.xml

git checkout --   res/values-v11/styles.xml

git checkout --   res/values-v14/styles.xml

git checkout --   res/values-w820dp/dimens.xml

git checkout --   res/values/dimens.xml

git checkout --   res/values/strings.xml

git checkout --   res/values/styles.xml

git checkout --   res/xml/appwidget_info.xml

git checkout --   src/com/ango/angowidget/MainActivity.java

recover all files with git的更多相关文章

  1. How do I commit all deleted files in Git?

    Try this: $ git add -u This tells git to automatically stage tracked files -- including deleting the ...

  2. git报错:Pull is not possible because you have unmerged files解决方法

    在git pull的过程中,如果有冲突,那么除了冲突的文件之外,其它的文件都会做为staged区的文件保存起来. 重现: $ git pull A    Applications/Commerce/B ...

  3. git中Untracked files如何清除

    $ git status # On branch test # Untracked files: # (use "git add <file>..." to inclu ...

  4. How To Use Git Source Control with Xcode in iOS 6

    This tutorial is by Malek Trabelsi, a passionate iOS developer from Tunisia focused primarily on mob ...

  5. https://www.atlassian.com/git/tutorials/git-gc

    https://www.atlassian.com/git/tutorials/git-gc The git gc command is a repository maintenance comman ...

  6. git &github 快速入门

    本节内容 github介绍 安装 仓库创建& 提交代码 代码回滚 工作区和暂存区 撤销修改 删除操作 远程仓库 分支管理 多人协作 github使用 忽略特殊文件.gitignore 1.gi ...

  7. Android开发学习之路-Git的极简教程?

    Git是一个代码版本管理工具,也就是允许我们的一个项目拥有多个版本,这样我们可以随心所欲的修改我们的代码,如果出现问题,可以回退到某一个提交点.如果你还在用一堆堆注释来更新你的代码,那么可以尝试一下G ...

  8. Git技巧:右键菜单怎么去除?

    如果你是按照http://www.cnblogs.com/dunitian/p/5034624.html 那么你就没有这么多蛋疼的菜单了(反之:vs帮你安装的就蛋疼了) 说下解决方法: 1.Win+R ...

  9. git did not exit cleanly

    exit code 1 1.鼠标右键 -> TortoiseGit -> Settings -> Network 2.SSH client was pointing to C:\Pr ...

随机推荐

  1. 高性能 AJAX

    请求数据的常用的五种方式 1.XMLHttpRequest (XHR) var url = '/data.php'; var params = [     'id=934875',     'limi ...

  2. CodeForces - 706B 二分stl

    #include<iostream> #include<cstdio> #include<cstring> #include<string> #incl ...

  3. Wordpress上传文件 “无法建立目录wp-content/uploads/2018/25。有没有上级目录的写权限?”

    可能的原因有两个: wp-content/uploads 文件夹权限所限制 解决方法:修改wp-content/uploads 文件夹权限,可以借助ftp等工具: wp_options表中upload ...

  4. [转载] Netty

    转载自http://lippeng.iteye.com/blog/1907279 Netty是什么? 本质:JBoss做的一个Jar包 目的:快速开发高性能.高可靠性的网络服务器和客户端程序 优点:提 ...

  5. mysql使用use db出现夯住问题

    表的数目在15585个,在使用use db的时候出现夯住 从show processlist中看到一堆表在做排序,想看看这些表的表结构.使用use db之后夯住,没有办法查看. 当时没有想到怎么办,鉴 ...

  6. JAVA基础面试(五)

    41.a.hashCode() 有什么用?与 a.equals(b) 有什么关系?        hashCode() 方法对应对象整型的 hash 值.它常用于基于 hash 的集合类,如 Hash ...

  7. python win32 简单操作

    源由 刚开始是帮朋友做一个按键精灵操作旺信的脚本,写完后各种不稳定:后来看到python可以操作win32相关的api,恰好这一段时间正在学习python,感觉练手的时候到了~~~ 下载 要注意Pyt ...

  8. CSS实现模糊效果

    HTML代码如下: <body> <h1>body设置了模糊效果</h1> <div id="aa"></div> &l ...

  9. 自学python笔记(二)

    一:在Python的交互式命令行写程序,好处是一下就能得到结果,坏处是没法保存,下次还想运行的时候,还得再敲一遍.所以,实际开发的时候,我们总是使用一个文本编辑器来写代码,写完了,保存为一个文件,这样 ...

  10. test only

    Test TinyMCE only , Test Link