git

git branch -d the_local_branch

To remove a remote branch (if you know what you are doing!)

 
 
git push origin :the_remote_branch


        Line 4: git branch 
	Line 6: git config user.name tony.jiang
	Line 7: vi /home/tony/.gitconfig 
	Line 8: git config user.name tony.jiang
	Line 9: vi /home/tony/.gitconfig 
	Line 10: vi .git/config 
	Line 13: git add test.txt
	Line 14: git status 
	Line 15: git commit 
	Line 16: git status 
	Line 17: git log
	Line 18: git status 
	Line 19: git commit 
	Line 20: git status 
	Line 21: git rm test.txt
	Line 22: git commit 
	Line 23: git status 
	Line 24: git commit 
	Line 25: git revert HEAD~2
	Line 26: git revert HEAD~2 -m2
	Line 27: git status 
	Line 28: git commit 
	Line 29: git log
	Line 30: git commit 
	Line 31: git status 
	Line 32: git log
	Line 33: git status 
	Line 34: git log
	Line 35: git rebase -i 11ff82e57cd6418a69644371c18dda018b50a412
	Line 36: git commit 
	Line 37: git log
	Line 38: git commit 
	Line 39: git reset –hard 11ff82e57cd6418a69644371c18dda018b50a412
	Line 40: git reset -hard 11ff82e57cd6418a69644371c18dda018b50a412
	Line 41: git reset --hard 11ff82e57cd6418a69644371c18dda018b50a412
	Line 42: git log
	Line 43: git status 
	Line 44: git log
	Line 45: git status 
	Line 46: git log
	Line 47: git status 
	Line 48: git branch 
	Line 49: git checkout dualScreenFake
	Line 50: git branch 
	Line 94: wget https://raw.github.com/spaetzlecode/getlibs/master/getlibs
	Line 200: git branch 
	Line 259: git branch 
	Line 320: git status
	Line 321: git reset --hard HEAD^
	Line 322: git status
	Line 323: git branch 
	Line 324: git pull
	Line 325: git checkout singleScreen_issue_6971 
	Line 326: git status 
	Line 327: git branch 
	Line 329: git checkout -b  singleScreen_issue_6971 
	Line 330: git branch 
	Line 332: history | grep -e "git" -e "revert"
	Line 335: git branch 
	Line 336: git status 
	Line 488: history | grep git
	Line 489: git status 
	Line 490: git add frameworks/base/libs/ui/InputDispatcher.cpp frameworks/base/services/jni/com_android_server_InputManager.cpp
	Line 491: git status 
	Line 492: git commit -a -m "ref #6971: "
	Line 494: git commit -a -m "ref #6971: "
	Line 496: git commit -a -m "ref #6971: When long press a hardKey, like OK button on SWC. It will send 4-5 down action, and no more down action."
	Line 497: git status
	Line 498: git log
	Line 500: git reset --hard HEAD^
	Line 501: git status 
	Line 502: git log
	Line 503: git status
	Line 504: git commit -a -m "ref #6971: When long press a hardKey, like OK button on SWC. It will send 4-5 down action, and no more down action."
	Line 505: git status 
	Line 506: git log
	Line 507: git diff
	Line 509: history | grep git
	Line 510: git push
	Line 511: git branch 
	Line 512: git push origin singleScreen_issue_6971
	Line 533: git branch
	Line 534: git checkout singleScreen
	Line 535: git pull
	Line 536: git merge singleScreen_issue_6971
	Line 541: git branch 
	Line 545: git checkout -b singleScreen_issue_7018
	Line 546: git branch 
	Line 553: git commit -a -m "ref #7018: commonView long press garage will caused two beep."
	Line 555: git branch 
	Line 556: git push origin singleScreen_issue_7018
	Line 557: git branch 
	Line 558: git checkout singleScreen
	Line 559: git branch 
	Line 560: git push
	Line 561: git push origin singleScreen
	Line 563: git push origin singleScreen
	Line 564: git pull
	Line 565: git push origin singleScreen
	Line 566: git branch 
	Line 567: git checkout singleScreen_issue_7018 
	Line 568: git checkout singleScreen
	Line 569: git branch 
	Line 570: git merge singleScreen_issue_7018 
	Line 571: git diff
	Line 572: git status 
	Line 573: git pull
	Line 574: git push origin singleScreen
	Line 575: git status 
	Line 576: git log
	Line 577: git push origin singleScreen
	Line 600: vi /home/tony/.gitconfig 
	Line 603: git status
	Line 606: git status 
	Line 607: ssh git@10.69.2.32 info
	Line 618: git --help
	Line 638: git branch 
	Line 639: git branch single
	Line 640: git branch 
	Line 641: git --help
	Line 642: git checkout single
	Line 663: git diff
	Line 664: git revert /frameworks/base/core/java/android/os/SystemProperties.java
	Line 665: git revert ./frameworks/base/core/java/android/os/SystemProperties.java
	Line 666: git diff
	Line 793: git diff
	Line 846: git diff
	Line 849: git branch 
	Line 850: git diff
	Line 874: git diff
	Line 875: git status 
	Line 877: git restore frameworks/base/core/java/android/os/SystemProperties.java
	Line 878: history | grep git
	Line 879: git revert frameworks/base/core/java/android/os/SystemProperties.java
	Line 880: git log frameworks/base/core/java/android/os/SystemProperties.java
	Line 881: git reset HEAD frameworks/base/core/java/android/os/SystemProperties.java
	Line 882: git status 
	Line 883: git checkout frameworks/base/core/java/android/os/SystemProperties.java
	Line 884: git status 
	Line 885: git diff
	Line 898: sudo apt-get install git gnupg flex bison gperf build-essential 
	Line 899: sudo apt-get install git gnupg flex bison gperf build-essential 
	Line 900: sudo apt-get install git gnupg flex bison gperf build-essential zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxml2-utils xsltproc zlib1g-dev:i386
	Line 908: git diff
	Line 909: git status 
	Line 911: history | grep git
	Line 916: git clone git@10.69.2.32:vehiclemw.git
	Line 916: git clone git@10.69.2.32:vehiclemw.git
	Line 916: git clone git@10.69.2.32:vehiclemw.git
	Line 923: sudo apt-get install git gnupg flex bison gperf build-essential zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386 libgl1-mesa-dev g++-multilib mingw32 tofrodos python-markdown libxml2-utils xsltproc zlib1g-dev:i386
	Line 939: git diff
	Line 945: wget https://github.com/CyanogenMod/android_external_srec/commit/4d7ae7b79eda47e489669fbbe1f91ec501d42fb2.diff
	Line 965: git status 
	Line 966: git diff external/srec/tools/thirdparty/OpenFst/fst/lib/const-fst.h
	Line 967: git checkout external/srec/tools/thirdparty/OpenFst/fst/lib/const-fst.h
	Line 968: git status 
	Line 970: git status 
	Line 971: git diff external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h
	Line 972: git checkout external/srec/tools/thirdparty/OpenFst/fst/lib/cache.h
	Line 973: git diff external/srec/tools/thirdparty/OpenFst/fst/lib/compose.h
	Line 974: git checkout external/srec/tools/thirdparty/OpenFst/fst/lib/compose.h
	Line 975: git diff
	Line 976: git status 
	Line 977: git diff external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h
	Line 978: git checkout external/srec/tools/thirdparty/OpenFst/fst/lib/determinize.h
	Line 979: git diff external/srec/tools/thirdparty/OpenFst/fst/lib/factor-weight.h
	Line 980: git checkout  external/srec/tools/thirdparty/OpenFst/fst/lib/factor-weight.h
	Line 982: git status 
	Line 983: git diff external/srec/tools/thirdparty/OpenFst/fst/lib/map.h
	Line 984: git checkout  external/srec/tools/thirdparty/OpenFst/fst/lib/map.h
	Line 985: git status
	Line 986: git diff external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h
	Line 987: git checkout  external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h
	Line 988: git status
	Line 989: git diff dalvik/vm/native/dalvik_system_Zygote.c
	Line 990: git diff frameworks/base/tools/aapt/Android.mk
	Line 992: gedit .gitignore 
	Line 993: git status 
	Line 994: gedit .gitignore 
	Line 996: git status 
	Line 1000: git status 
	Line 1001: vi .gitignore
	Line 1168: git diff
	Line 1169: git status 
	Line 1170: git checkout ../../../../frameworks/base/core/java/android/widget/Button.java
	Line 1180: git status
	Line 1181: git diff ../../../../frameworks/base/packages/factoryConfig/src/com/ygomi/factoryconfig/FactoryService.java
	Line 1338: git status
	Line 1339: git branch 
	Line 1341: cp .gitignore ~/backup/
	Line 1343: cp .gitignore ~/backup/
	Line 1344: git diff
	Line 1345: git status 
	Line 1346: cp .gitignore ~/backup/
	Line 1355: git checkout .gitignore dalvik/vm/native/dalvik_system_Zygote.c external/iviserver/server/getfc.cpp external/iviserver/server/ioc_func.c frameworks/base/packages/factoryConfig/src/com/ygomi/factoryconfig/FactoryService.java frameworks/base/tools/aapt/Android.mk
	Line 1355: git checkout .gitignore dalvik/vm/native/dalvik_system_Zygote.c external/iviserver/server/getfc.cpp external/iviserver/server/ioc_func.c frameworks/base/packages/factoryConfig/src/com/ygomi/factoryconfig/FactoryService.java frameworks/base/tools/aapt/Android.mk
	Line 1356: git status 
	Line 1361: git status 
	Line 1363: git status 
	Line 1364: history | grep git
	Line 1365: git commit -a -m "ref #7276: receive and parse factory config in native layer and set result to system properties"
	Line 1366: git diff
	Line 1367: git status 
	Line 1368: git log
	Line 1369: git branch 
	Line 1370: git push origin singleScreen_issue_7276 
	Line 1479: git status 
	Line 1731: git status 
	Line 1751: git status 
	Line 1754: git status
	Line 1757: git status
	Line 1759: git status
	Line 1769: git status 
	Line 1770: history | grep git
	Line 1771: git commit -a -m "ref #7276: fix sycnizating bug and forcing system refresh factory data"
	Line 1772: git status 
	Line 1773: git push origin singleScreen_issue_7276
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值