Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

git

git常用命令

git init //初始化本地

git remote add main 'http...'

git pull main master

git add --all || add . || add file

git commit -m ''

git push main master

////////////////////////////上面是正常流程

//删除本地仓库 git rm file

//恢复文件 git state//显示最近状态

git reset head file

git checkout file

About

git常用命令

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors