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. rpm命令常用选项

    安装rpm包 # rpm -ivh ***.rpm #其中i表示安装,v表示显示安装过程,h表示显示进度 升级rpm包 # rpm -Uvh ***.rpm 删除软件包 # rpm -e PACKAG ...

  2. MVC架构下,使用NPOI读取.DOCX文档中表格的内容

    1.使用NPOI,可以在没有安装office的设备上读wiod.office.2.本文只能读取.docx后缀的文档.3.MVC架构中,上传文件只能使用form表单提交,转到控制器后要依次实现文件上传. ...

  3. ASP.NET MVC中URL末尾斜杠的实现

    在网站的SEO优化中,通常都会涉及到URL结尾斜杠的问题. http://blog.sina.com.cn/s/blog_828e7ce40100srj1.html http://www.dengyo ...

  4. eclipse安装checkstyle无法加载到preferences的问题

    描述一下问题,eclipse安装checkstyle,不管是在线安装还是下载安装,在preferences都没有checkstyle选项,如下: 然我们要的效果是这样的:   解决方案如下: 1 启动 ...

  5. 解决autocad闪退

    1.进入注册表,regedit 2.找到ROOT\installer\Products ,找到以7D2F开头的键值,这里有两个都得删除 3.删除programdata目录下的AutoDesk目录,及f ...

  6. 学python+django去北京找工作,靠谱吗?

    有些朋友说,自己的学习能力还可以.倾向于python加框架,如django,python本来就会一些.不太了解北京公司的情况,想知道现学的python+django在北京找到工作有多少可能性. 要想知 ...

  7. C#的Main(String[] args)参数输入问题

    1.新建一个控制台应用程序,保存在桌面上,Main函数如下所示 using System;using System.Collections.Generic;using System.Linq;usin ...

  8. Redis 图形化监控方案 RedisLive 介绍

    作为一款开源的 Redis 图形化监控工具,RedisLive 提供对 Redis 实例的内存使用情况,接收的客户端命令,接收的请求数量以及键进行监控.RedisLive 的工作原理基于 Redis ...

  9. 源码怎么找之rest_framework的用户认证

    首先得有一点常识,比如用户认证,就是authenticate 比如一个函数,应该有返回值, 比如一个类里面的self,真的是代表本身这个类吗 再比如看到一个东西加括号,就两种情况,一种是函数,一种是类 ...

  10. C语言之浮点数

    #include<stdio.h> int main(){printf("请分别输入身高的英尺和英寸," "如输入\"5 7\"表示5英尺 ...