妮仔的學習筆記

2012年8月19日 星期日

linux shell good site

http://www.study-area.org/linux/system/linux_shell.htm
張貼者: 妮妮媽咪的學習Map 於 晚上10:27 沒有留言:
以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook分享到 Pinterest

2012年8月12日 星期日

repo:Change branch in existed repo directory


Get code with a manifest in branch ABC:
#cd .repo/manifests
#git pull
#git checkout -b ABC origin/ABC
#cd ../..
#repo sync -d
#repo start NEW_BRANCH --all
張貼者: 妮妮媽咪的學習Map 於 晚上7:41 沒有留言:
以電子郵件傳送這篇文章BlogThis!分享至 X分享至 Facebook分享到 Pinterest
較新的文章 較舊的文章 首頁
訂閱: 意見 (Atom)

訂閱

發表文章
Atom
發表文章
所有留言
Atom
所有留言

搜尋此網誌

關於我自己

妮妮媽咪的學習Map
檢視我的完整簡介

我的網誌清單

  • 妮仔的發呆地 - 幸福就是珍惜現在擁有的 :: 痞客邦 PIXNET ::
    過年走春
    12 年前

網誌存檔

  • ►  2015 (1)
    • ►  5月 (1)
  • ►  2013 (7)
    • ►  6月 (2)
    • ►  5月 (1)
    • ►  4月 (1)
    • ►  3月 (3)
  • ▼  2012 (38)
    • ►  11月 (1)
    • ►  10月 (4)
    • ►  9月 (3)
    • ▼  8月 (2)
      • linux shell good site
      • repo:Change branch in existed repo directory
    • ►  7月 (10)
    • ►  6月 (3)
    • ►  5月 (13)
    • ►  3月 (2)
  • ►  2011 (29)
    • ►  9月 (9)
    • ►  8月 (10)
    • ►  6月 (4)
    • ►  4月 (5)
    • ►  2月 (1)
  • ►  2010 (50)
    • ►  12月 (4)
    • ►  11月 (9)
    • ►  10月 (11)
    • ►  9月 (3)
    • ►  8月 (5)
    • ►  7月 (1)
    • ►  6月 (5)
    • ►  5月 (3)
    • ►  3月 (3)
    • ►  2月 (1)
    • ►  1月 (5)
  • ►  2009 (33)
    • ►  12月 (2)
    • ►  11月 (2)
    • ►  10月 (5)
    • ►  9月 (6)
    • ►  8月 (18)

追蹤者

熱門文章

  • Study BT concept
    http://dicky-chiang.blogspot.com/2009_07_01_archive.html 先總結一下目前我所認知BT : 藍牙協議堆疊依照其功能可分四層: * 核心協議層(HCI、LMP、L2CAP、SDP) * 線纜替換協定層(RFCOMM) * 電話控...
  • git log
    http://gitready.com/advanced/2009/01/20/bend-logs-to-your-will.html #git log -n   show all content #git log -p  show one line #git l...
  • can't use rmmod
    ln -s /system/lib/modules `uname -r`
  • Integrate image
    Integrate image: uboot and uImage #dd if=u-boot of=ub bs=1M conv=sync #vi ub Then see the hex file by :%!xxd verify it by see address #ll ex...
  • how to create remote git repository
    //for remote repository step1: create public directory for remote access repository #mkdir /git/pub step2: #cd /git/pub ...
  • android: lcd backlight
    1. packages/apps/Settings/src/com/Android/settings/ BrightnessPreference.java 2.frameworks/base/core/java/Android/os/ IPowerManager.aidl...
  • Android adb config
    vi ~/.android/adb_usb.ini Add vendor ID to this file (I forget which one is for marvell): 0x403 0x18d1 Restart adb: sudo ./adb kill-server s...
  • nand testing
    uboot write kernel #tftpboot 0x2000000 uImage #nand erase 0x400000 0x400000 #nand write 0x2000000 0x400000 0x400000 #nand read 0x2000000 0x4...
  • beagleboard format mmc card
    step1: umount disk #umount /media/disk step2: list disk and delete disk format #fdisk -l /dev/mmcblk0 #fdisk /dev/mmcblk0 step3: partition d...
  • android reboot process
    frameworks/base/core/java/android/os/Power.java  android_os_Power_reboot() frameworks/base/core/jni/android_os_Power.cpp  reboot() bionic...
圖片視窗主題. 技術提供:Blogger.