Thursday, February 24, 2022

git migration

 

Migrate one repo-a into another repo-b

git clone </path/to/repo-b>

git checkout -b branch-to-merge-repo-a

git subtree add -P aws ssh://git@git.fei.com:7999/in/aws.git <revision>

git push


Then create pull request and merge the new branch into master


Import file/folder history from one repo-a to repo-b


cd repository

git log --pretty=email --patch-with-stat --reverse --full-index --binary -- cloudformation/opensearch > ~/tmp/opensearch.patch

cd ../another_repository

git am --committer-date-is-author-date < ~/tmp/opensearch.patch


git log --pretty=email --patch-with-stat --full-index --binary --reverse -- client > patch

Saturday, February 12, 2022

istio troubleshootin

 

  1.   istioctl proxy-status
  2.   istioctl proxy-config listener istio-ingressgateway-1-n istio-system
  3.   istioctl proxy-config cluster istio-ingressgateway-1 -n istio-system
  4.  istioctl proxy-config route istio-ingressgateway-1 -n istio-system

Saturday, February 5, 2022

D455 Development Evnironment on Raspberry

 https://github-wiki-see.page/m/acrobotic/Ai_Demos_RPi/wiki/Raspberry-Pi-4-and-Intel-RealSense-D435