mygitcommand.blogspot.com mygitcommand.blogspot.com

mygitcommand.blogspot.com

my git command

Delete local, remote tag. Ref: https:/ nathanhoad.net/how-to-delete-a-remote-git-tag. Git tag -d 12345. Git push origin :refs/tags/12345. Hard reset to - - 放棄掉. Ref: http:/ stackoverflow.com/questions/4114095/revert-to-a-previous-git-commit. 如果是自己的 git,沒有跟人家 sync.(或是還沒sync). Git reset - hard ed2b7f3501f6. 這樣,用 git log 看,最後會在 commit ed2b7f3501f6 的地方。 這個 commit 後面的都不見了,. Commit and checkpatch.pl and hooks. Checkpatch.pl 是一個 perl script。 所以可以叫 git commit 時,自動 run 這個 script。 這個動作通常是放在 git 的 hooks 裡:. If git ...

http://mygitcommand.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MYGITCOMMAND.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

June

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 8 reviews
5 star
4
4 star
0
3 star
4
2 star
0
1 star
0

Hey there! Start your review of mygitcommand.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • mygitcommand.blogspot.com

    16x16

  • mygitcommand.blogspot.com

    32x32

CONTACTS AT MYGITCOMMAND.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
my git command | mygitcommand.blogspot.com Reviews
<META>
DESCRIPTION
Delete local, remote tag. Ref: https:/ nathanhoad.net/how-to-delete-a-remote-git-tag. Git tag -d 12345. Git push origin :refs/tags/12345. Hard reset to - - 放棄掉. Ref: http:/ stackoverflow.com/questions/4114095/revert-to-a-previous-git-commit. 如果是自己的 git,沒有跟人家 sync.(或是還沒sync). Git reset - hard ed2b7f3501f6. 這樣,用 git log 看,最後會在 commit ed2b7f3501f6 的地方。 這個 commit 後面的都不見了,. Commit and checkpatch.pl and hooks. Checkpatch.pl 是一個 perl script。 所以可以叫 git commit 時,自動 run 這個 script。 這個動作通常是放在 git 的 hooks 裡:. If git ...
<META>
KEYWORDS
1 my git command
2 delete local
3 delete remote
4 張貼者: checko
5 以電子郵件傳送這篇文章
6 blogthis!
7 分享至 twitter
8 分享至 facebook
9 分享到 pinterest
10 那就可以用
CONTENT
Page content here
KEYWORDS ON
PAGE
my git command,delete local,delete remote,張貼者: checko,以電子郵件傳送這篇文章,blogthis!,分享至 twitter,分享至 facebook,分享到 pinterest,那就可以用,標籤: revert,undo,越來檢查有沒有符合該專案的 coding style,git/hooks/prepare commit msg,所以可以這樣寫:,標籤: commit,patch,problem solve,revert 某個 commit,diff
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

my git command | mygitcommand.blogspot.com Reviews

https://mygitcommand.blogspot.com

Delete local, remote tag. Ref: https:/ nathanhoad.net/how-to-delete-a-remote-git-tag. Git tag -d 12345. Git push origin :refs/tags/12345. Hard reset to - - 放棄掉. Ref: http:/ stackoverflow.com/questions/4114095/revert-to-a-previous-git-commit. 如果是自己的 git,沒有跟人家 sync.(或是還沒sync). Git reset - hard ed2b7f3501f6. 這樣,用 git log 看,最後會在 commit ed2b7f3501f6 的地方。 這個 commit 後面的都不見了,. Commit and checkpatch.pl and hooks. Checkpatch.pl 是一個 perl script。 所以可以叫 git commit 時,自動 run 這個 script。 這個動作通常是放在 git 的 hooks 裡:. If git ...

INTERNAL PAGES

mygitcommand.blogspot.com mygitcommand.blogspot.com
1

my git command: 八月 2012

http://mygitcommand.blogspot.com/2012_08_01_archive.html

看branch 的 remote track. 看目前所有branch 的 track 狀態:. 其中,有track 的,會顯示在 中。 Checkout and track remote branch. 一般只要沒有混淆的地方(重複名稱,已經checkout. etc),直接 checkou remote branch 會自動設定 track。 要 checkout remote branch ,並且設好 track (push, pull target),可以用:. Git checkout - track -b merge10.4 aosp/merge10.4. Http:/ gitready.com/intermediate/2009/01/09/checkout-remote-tracked-branch.html. 訂閱: 文章 (Atom). 看branch 的 remote track. Checkout and track remote branch.

2

my git command: 八月 2013

http://mygitcommand.blogspot.com/2013_08_01_archive.html

Git with https source. SSL error. 最近越來越多 git source 採用 https,. Usename, password 就用 /.netrc 就可以,. 把 machine, login, password 寫進去:. Machine my.git.com login checko password mygitpassword. Site SSL certification fail 就會出現. Initialized empty Git repository in /xxxx/xxxx/.git/ Password: error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https:/ xxxx@xxxx.xxxx/xxxx/xxxx.git/info/refs fatal: HTTP request failed. Export GIT SSL NO VERIFY=1.

3

my git command: 三月 2012

http://mygitcommand.blogspot.com/2012_03_01_archive.html

Git clone ssh:/ charles@servername/ /mysourcecode. 另外也可以指定 port,一樣,寫 sername:port. 訂閱: 文章 (Atom).

4

my git command: 六月 2012

http://mygitcommand.blogspot.com/2012_06_01_archive.html

New project, clone from remote repo with specific name. 如果要create 一個 new git,但是要從 remote 拿code,又要指定 remote 的name. 例如 android framework project 有自己 create 的新 project folder,就會需要這樣). 用 git clone 也可以,但是用這樣好像比較合理:. Git init git remote add myserver git:/ . git pull myserver. Ref: h ttp:/ blog.opsb.co.uk/instant-remote-git-repository-using-ssh. 訂閱: 文章 (Atom). New project, clone from remote repo with specific .

5

my git command: commit and checkpatch.pl and hooks

http://mygitcommand.blogspot.com/2014/05/commit-and-checkpatchpl-and-hooks.html

Commit and checkpatch.pl and hooks. Checkpatch.pl 是一個 perl script。 所以可以叫 git commit 時,自動 run 這個 script。 防止不合style 的 code 被 commit 進 source code. 這個動作通常是放在 git 的 hooks 裡:. 這個 hooks 是一個 shell script,在 git commit 時,書入完 commit 時會被執行。 Bin/sh if test -r "checkpatch.pl"; then git diff - cached ./checkpatch.pl - no-signoff - no-tree - fi. 檢查project 目錄是不是有 checkpatch.pl 好決定是不是要 執行. 這樣改完後,如果 checkpatch.pl 結果是 warning 或 error, commit 就不會進行 commit. 這個 script 也可以吃參數,$1 就是 commit comment。 訂閱: 張貼留言 (Atom).

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

r40eubuntu.blogspot.com r40eubuntu.blogspot.com

R40eUbuntu-Sempron26Debian: 四月 2015

http://r40eubuntu.blogspot.com/2015_04_01_archive.html

Ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上. My git command help. My shell script help. My vi command help. Use gcc. working with my share library. Ref: http:/ www.cprogramming.com/tutorial/shared-libraries-linux-gcc.html. Mdnsresponder, android 2.3.7. Target thumb C: mdnsd. Sin6- sin6 addr = ip6 info- ipi6 addr;. Pktp- ipi ifindex = ip6 info- ipi6 ifindex;. 所以猜是 ip6 info 沒宣告。 Struct in6 pktinfo *ip6 info = (struct in6 pktinfo*)CMSG DATA(cmptr);. Kernel : include/linux/ipv6.h. 好像從40 開始,android kern...

r40eubuntu.blogspot.com r40eubuntu.blogspot.com

R40eUbuntu-Sempron26Debian: git Error : gnutls_handshake() failed: A TLS fatal alert has been received.

http://r40eubuntu.blogspot.com/2015/07/git-error-gnutlshandshake-failed-tls.html

Ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上. My git command help. My shell script help. My vi command help. Git Error : gnutls handshake() failed: A TLS fatal alert has been received. 本來以為是 git 版本太舊 (1.7.2),. 所以去抓 source, 分別 build 了 1.9 和 2.0, 結果樣。 後來才看到是 library 的問題。 Ref: http:/ askubuntu.com/questions/186847/error-gnutls-handshake-failed-when-connecting-to-https-servers. 然後重 build git 就可以。 Android : run glibc linked elf file. 分析一下用的toolchain. 拿 mdnsreponder 來測試: prebuilts.

r40eubuntu.blogspot.com r40eubuntu.blogspot.com

R40eUbuntu-Sempron26Debian: 六月 2015

http://r40eubuntu.blogspot.com/2015_06_01_archive.html

Ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上. My git command help. My shell script help. My vi command help. Nc : netcat 多功能 , 這次用來傳檔. Ref: http:/ nakkaya.com/2009/04/15/using-netcat-for-file-transfers/. 測試 usb ncm, 所以 adb 就不能用了,. Host pc 和 android 用 ncm 連起來。 這時後要傳檔,android 上又沒有 ftp, ssh server. Nc -l -p 1234 /system/bin/mytool. Nc -w 3 192.168.200.2 1234 ./mytool. Boot0 init sdmmc, 然後 load boot1. Boot1 再把 u-boot load 進來。 下面剛好有boot0. boot1, config.這些folder. Banana Pi, android image test. 是 42 版。 A20 androi...

r40eubuntu.blogspot.com r40eubuntu.blogspot.com

R40eUbuntu-Sempron26Debian: 九月 2014

http://r40eubuntu.blogspot.com/2014_09_01_archive.html

Ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上. My git command help. My shell script help. My vi command help. HUAWEI HiLink - E3131 3G Dongle. Ref: http:/ www.pcduino.com/3g-cellular-usb-dongle-for-pcduino-huawei-e303s/. Lib/udev/rules.d/40-usb modeswitch.rules:. Huawei E3131 ATTRS{idVendor}= "12d1", ATTRS{idProduct}= "1f01", RUN ="usb modeswitch '%b/%k'". 然後是 /etc/usb modeswitch.d/. 有沒有 12d1:1f01 這個 file. 雖然有 google 到一些不同得,最後是. 這樣,插入 3G dongle, dmesg:. Pid 變成 1001, 並且出現了 ttyUSB0.1.2. 認不得這個 vid, pid. 用 sudo...

r40eubuntu.blogspot.com r40eubuntu.blogspot.com

R40eUbuntu-Sempron26Debian: 五月 2015

http://r40eubuntu.blogspot.com/2015_05_01_archive.html

Ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上. My git command help. My shell script help. My vi command help. Wifi on banana pi - TP-LINK TL-WN725N. Banana pi 的 kernel 有內建這個 module driver. 所以插入後,lsusb (package: usbutil):. Bus 002 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. . Module Size Used by 8188eu 506733 0. 這時候,用 ifconfig -a 來看,已經可以看到 wlan0 這個 interface. 只是還沒啟動。 所以 follow : http:/ www.fars-robotics.net/ 其中,不用 wpa supplicant (package: wpasupplicant) 的方法。 然後,用command: ifup wlan0. 這是在 x86 pc 上做的&#...

r40eubuntu.blogspot.com r40eubuntu.blogspot.com

R40eUbuntu-Sempron26Debian: android : run glibc linked elf file

http://r40eubuntu.blogspot.com/2015/07/buildroot-build-arm-linux-gcc-glibc.html

Ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上. My git command help. My shell script help. My vi command help. Android : run glibc linked elf file. 使用 buildroot build 出自己的的 arm-linux-gcc 和 glibc. 以 hello.c 來來測試:. 要要 /lib/ld-linux.so.3. 所以在 android 上鍵一個 /lib,再再把把 ld-linux.so.3 copy 過去. Error while loading shared libraries: libc.so.6: cannot open shared object file: No such file ro directory. 所以 copy libc.so.6 到 /system/lib/. Http:/ www.eoeandroid.com/thread-22046-1-1.html. 同時將 glibc 和 bionic 放到 android:.

r40eubuntu.blogspot.com r40eubuntu.blogspot.com

R40eUbuntu-Sempron26Debian: nc : netcat 多功能 , 這次用來傳檔

http://r40eubuntu.blogspot.com/2015/06/nc-netcat.html

Ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上. My git command help. My shell script help. My vi command help. Nc : netcat 多功能 , 這次用來傳檔. Ref: http:/ nakkaya.com/2009/04/15/using-netcat-for-file-transfers/. 測試 usb ncm, 所以 adb 就不能用了,. Host pc 和 android 用 ncm 連起來。 這時後要傳檔,android 上又沒有 ftp, ssh server. Nc -l -p 1234 /system/bin/mytool. Nc -w 3 192.168.200.2 1234 ./mytool. Nc : netcat 多功能 , 這次用來傳檔. UART 的開機訊息. HELLO! Banana Pi, android image test. A20 android build from source. A20 , kernel (android?

r40eubuntu.blogspot.com r40eubuntu.blogspot.com

R40eUbuntu-Sempron26Debian: 八月 2015

http://r40eubuntu.blogspot.com/2015_08_01_archive.html

Ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上. My git command help. My shell script help. My vi command help. Nvidia optimus : bumblebee in debian jessie. 原來 bios 中 display card 有得選:. 然後 follow http:/ www.unixmen.com/how-to-make-nvidia-optimus-technology-work-properly-on-debian/. 但是 run oprirun glsgear 的 framerate 跟 primerun 的結果一樣,都是 60fps. 結果因為是 LCD panel, framerate 是固定的,. 看來 bumbleblee 和 nvidia driver 是兩件事。 安裝了 nvidia-driver, run nvidis-settings 之後,產生了 /etc/X11/xorg.conf. Aosp project 下的 Makfile 怎麼來的.

r40eubuntu.blogspot.com r40eubuntu.blogspot.com

R40eUbuntu-Sempron26Debian: XIGMATEK secure III, usb 3.0

http://r40eubuntu.blogspot.com/2015/07/249.html

Ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上. My git command help. My shell script help. My vi command help. XIGMATEK secure III, usb 3.0. 250400395] sd 9:0:0:0: [sde] Attached SCSI disk. Android : run glibc linked elf file. 分析一下用的toolchain. 拿 mdnsreponder 來測試: prebuilts. XIGMATEK secure III, usb 3.0. Git Error : gnutls handshake() failed: A TLS fata.

r40eubuntu.blogspot.com r40eubuntu.blogspot.com

R40eUbuntu-Sempron26Debian: 八月 2014

http://r40eubuntu.blogspot.com/2014_08_01_archive.html

Ubuntu 在 R40e 上 還有 Debian 在 Sempron 2600 上. My git command help. My shell script help. My vi command help. Asound.conf , route path,. Etc/asound.conf 有 alsa 裝置的配置開關. 有關 codec routing 部份., ,. 先看 driver 的 snd soc dapm route 矩陣. 先把array copy 出來。 Https:/ gist.github.com/checko/eb5fd55bfd7baa25ddd4. 每個 element 有三個欄位. (OUT, SW, IN). 看 電路,決定一下 route 的 in, out. 以 play 來說,:. Out 是 HPOL, HPOR. Input 是 I2S 第一組. 找 array 中,OUT 欄位是 HPOL. HPOR 的. 其中 HP L/R Amp 和 Improve HP Amp Drv 都沒有 input path, 只有 HP Amp 有:. Stereo D...

UPGRADE TO PREMIUM TO VIEW 11 MORE

TOTAL LINKS TO THIS WEBSITE

21

OTHER SITES

mygitar.net mygitar.net

Default Web Site Page

If you are the owner of this website, please contact your hosting provider: webmaster@mygitar.net. It is possible you have reached this page because:. The IP address has changed. The IP address for this domain may have changed recently. Check your DNS settings to verify that the domain is set up correctly. It may take 8-24 hours for DNS changes to propagate. It may be possible to restore access to this site by following these instructions. For clearing your dns cache.

mygitar.wordpress.com mygitar.wordpress.com

ترانه هایی که با گیتار می نوازیم | احساس تازگی کنید

ترانه هایی که با گیتار می نوازیم. April 27, 2011. شهر دل از آلبوم شهر دل. April 6, 2011. آمده ام که سر نهم عشق ترا به سر برم. ور تو بگویی که نی نیشکنم شکر برم Read the rest of this entry ». شهر دل از آلبوم شهر دل. Posted in آکورد ترانه ها. Blog at WordPress.com. Follow “ترانه هایی که با گیتار می نوازیم”. Get every new post delivered to your Inbox. Build a website with WordPress.com.

mygitara.ru mygitara.ru

Моя гитара - уроки игры на гитаре; ноты, табы для гитары

Загрузка. Пожалуйста, подождите. Жизнь и опыт гитаристов. Самоучители игры, книги. Курсы гитары, объявления. Онлайн магазин для гитары. Книги, Ноты, Табы. Аудио, мультимедия, mp3. Обучение игре на классической гитаре. Национальная Академия Гитары приглашает Вас на дистанционное обучение игре на гитаре. Обучение проводится с любого уровня. 21042018г. "Испанская гитара. Магия фламенко", г. Москва, Владимир Колесников. Этюды на лирические темы - Сергий Казанцев. Магия гитары 2018 в Санкт-Петербурге. На сайт...

mygitarists.wordpress.com mygitarists.wordpress.com

Top Guitarists | Rock – Funk – Jazz – Smooth Jazz – Contemporary – Soul – Blues – Flamenco

Rock – Funk – Jazz – Smooth Jazz – Contemporary – Soul – Blues – Flamenco. Yosuke Onuma – # 9 Explorer – GNJ – 2014 –. Jimmy Herring – #5 Miss Poopie – Subject To Change Without Notice – 2012. Govi – #8 Over The Moon – Guitarra Mistica – 2011. Lionel Loueke – #6 Benny’s Tune – Karibu – 2002. Matt Marshak – #5 A Silent Knowing – Urban Folktales – 2011. Peter White – #11 One On One – Peter White Playing Favorites – 2006. Nils – #4 Let’s Bounce – City Groove – 2012. Blog op WordPress.com.

mygitcardsite.com mygitcardsite.com

mygitcardsite.com

The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).

mygitcommand.blogspot.com mygitcommand.blogspot.com

my git command

Delete local, remote tag. Ref: https:/ nathanhoad.net/how-to-delete-a-remote-git-tag. Git tag -d 12345. Git push origin :refs/tags/12345. Hard reset to - - 放棄掉. Ref: http:/ stackoverflow.com/questions/4114095/revert-to-a-previous-git-commit. 如果是自己的 git,沒有跟人家 sync.(或是還沒sync). Git reset - hard ed2b7f3501f6. 這樣,用 git log 看,最後會在 commit ed2b7f3501f6 的地方。 這個 commit 後面的都不見了,. Commit and checkpatch.pl and hooks. Checkpatch.pl 是一個 perl script。 所以可以叫 git commit 時,自動 run 這個 script。 這個動作通常是放在 git 的 hooks 裡:. If git ...

mygite.com mygite.com

MyGite – Our Gite

Welcome to WordPress. This is your first post. Edit or delete it, then start writing! November 1, 2015. 1 Comment on Hello world! Proudly powered by WordPress.

mygitefor2.com mygitefor2.com

Holiday Gite for 2 in South West France

Subscribe to: Posts (Atom). Picture Window template. Template images by Josh Peterson. Powered by Blogger.

mygiteinlanguedoc.com mygiteinlanguedoc.com

www.mygiteinlanguedoc.com

Location de gites gite,location,languedoc,canal du midi, cathare castles,wine tasting, mediterranean resorts.

mygitesdarmor.com mygitesdarmor.com

My Gites d'Armor | Le guide de vos vacances avec les Gîtes de France Côtes d'Armor

Vous pouvez maintenant lancer la recherche. Aller à la plage. A la tombée de la nuit. Autour de mon hébergement. Sur tout le département. Paimpol, île de Bréhat. Cap Fréhel Cap d'Erquy. Dinan et la Rance. Baie de St Brieuc. Perros-Guirec, Côte de Granit Rose. Guingamp, Pays de l'Argoat. Guerlédan, Canal de Nantes à Brest. Glissez vos envies ici. On va au marché! Plus de 60 marchés dans le département. Coups de cœur partenaires. Pleumeur Bodou - Parc du Radôme 22560 Pleumeur-Bodou 02 96 15 80 30. Plumauga...

mygithub.com mygithub.com

Welcome mygithub.com - BlueHost.com

Web Hosting - courtesy of www.bluehost.com.