mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
commit
1a150a334a
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ From within your Spring project's git checkout directory:
|
||||||
|
|
||||||
### Remove all files
|
### Remove all files
|
||||||
|
|
||||||
git rm -rf *
|
git rm -rf `git ls-files` && rm -rf *
|
||||||
git rm -rf '.*'
|
|
||||||
|
|
||||||
### Add the gh-pages-upstream remote
|
### Add the gh-pages-upstream remote
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue