git本地仓库基本命令

git命令
cd /Users/apple/Desktop/dd

  521  ls

  522  git init

  523  git clone [email protected]:myFirstRepo

  524  ls

  525  ls -al

  526  cd myFirstRepo/

  527  ls

  528  cd ..

  529  git log 打印日志

  530  cd myFirstRepo/

  531  ls

  532  git log

  533  cd /Users/apple/Desktop/Technical

  534  git log

  535  git branch

  536  ls

你可能感兴趣的:(git本地仓库基本命令)