2019年6月18日 星期二

UEFI X64 Exception

UefiCpuPkg\Library\CpuExceptionHandlerLib\X64\ArchExceptionHandler.c 
Line 121 

Git Command

Create Diff Patch
git format-patch --full-index -o "file_pathmaster 

Branch related 
  1. Create branch 
Git branch XXX 
  1. Switch to branch 
Git checkout XXX 
  1. Merge branch 
Git merge XXX 
  1. Get remote branch code 
Git checkout origin/XXX 
  1. Create remote branch 
Git push –u origin XXX 
  1. Reset local modification (un-commit) 

Git checkout filepath\filename 

Reset related
  1. Reset local modification (un-commit) 
Git checkout filepath\filename 
  1. Fix add wrong file 
Git reset 
Git reset filepath\filename