Skip to content

rootvd/remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

388 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

清空所有的commit记录

git checkout --orphan new_branch
git add -A
git commit -am "Update"
git branch -D master
git branch -m master
git push -f origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors