这是一个描述
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