Skip to content

uuRRx0/git-command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

git 命令学习

初始化

git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin [email protected]:uuRRx0/git-command.git
git push -u origin main

添加远程仓库到已有仓库

git remote add origin [email protected]:uuRRx0/git-command.git
git branch -M main
git push -u origin main

Releases

No releases published

Packages

No packages published