Git常用命令

git add .

git status

git commit -m "commit-info"

git log

git push -u origin master

git clone url

git pull

git fetch

git init

git remote add origin url

git checkout branch

git checkout -b new_branch

git merge master

git config --global user.name "Payton"

git config --global user.email "[email protected]"

results matching ""

    No results matching ""