Skip to content

jayeew/GitCommand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

第一次

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/jiayiwang5/GitCommand.git
git pull origin master
git push -u origin master -f

此后

git add README.md
git commit -m "first commit"
git pull origin master
git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published