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. JS外链

    <script type=”text/javascript” src=”example.js”></script>   外链的javascript都有一个.js的后缀,但是这并 ...

  2. spring cloud+dotnet core搭建微服务架构:Api授权认证(六)

    前言 这篇文章拖太久了,因为最近实在太忙了,加上这篇文章也非常长,所以花了不少时间,给大家说句抱歉.好,进入正题.目前的项目基本都是前后端分离了,前端分Web,Ios,Android...,后端也基本 ...

  3. 百度Echarts导入

    <!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8&quo ...

  4. 谈一次java web系统的重构思路

    ——略谈Java web软件如何提供二次开发接口 接手公司的一个Java web软件产品,该软件采用传统的dwr框架.dwr框架相当于一个中间层,使得javascript能够识别Java类对象,进而能 ...

  5. 11) 十分钟学会android--Intent消息处理与传递详解

    一个Android app通常都会有多个activities. 每个activity的界面都扮演者用户接口的角色,允许用户执行一些特定任务(例如查看地图或者是开始拍照等).为了让用户能够从一个acti ...

  6. JAVA爬虫代码

    工程目录: 所需要的jar包为:   jsoup-1.10.2.jar /** * Created by wangzheng on 2017/2/19. */ public class Article ...

  7. app.config 配置多项 配置集合 自定义配置(4) 自动增加配置项到配置文件的两种方法

    一,按照xml文件处理: 配置文件如下图(最后的图片). 自动写入configSections和configSections的实例 1.自动写入configSections Configuration ...

  8. StackExchange.Redis学习笔记(三)

    这一章主要写一些StackExchange.Redis的配置及不太经常用到的函数 数据库连接 下面是我的连接字符串,里面指定了地址,密码,及默认的数据库 Redis启动后默认会分成0-15个数据库,不 ...

  9. tungsten-replicator安装

    需要环境 ruby1.8.5 or laterJava1.6 or later 应用程序对外开放接口 3306 (MySQL database)2112 (Tungsten THL)10000 (Tu ...

  10. Anaconda+linux +opencv+dlib安装

    准备文件Anaconda: https://www.anaconda.com/download/ 我下载的时最新的 64-Bit (x86) Installer (524 MB) 然后在下载的anac ...