git log --author=shenkun --oneline
  • x86

    git status -uno | awk '{if (NR>1) print $3}' | grep src | xargs -I {} git add {}
    
  • arm

    git status -uno | grep modified | awk '{if (NR>1) print $2}' | xargs -I {} git add {}
    
git tag -l

git ls-remote --tags origin

git fetch --tags