# linker99.github.io **Repository Path**: linker99/linker99.github.io ## Basic Information - **Project Name**: linker99.github.io - **Description**: 这是一个描述 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-30 - **Last Updated**: 2021-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myfirst_test 这是一个描述 # git 简单help 文档 ####################### git --version git config --global user.name linker git config --global user.email 546554688@qq.com git clone git@github.com:linker99/myfirst_test.git git add new.txt git commit -m "添加一个测试文件" git log git push -u origin master git push git fetch git branch git pull origin master git init git help push git grep 22 git add . git commit -m "增加22" git status git remote brance git remote branch git remote show git remote show origin git remote show origin/master git grep -n 22 git grep -n f git grep -n fan git grep -n fan --name-only git grep fan --name-only git grep --name-only fan