Project

General

Profile

Actions

How to modify ext directory

step1. clone ext from git repo

step2. modify the vesper/ext to your cloned ext

under repo of vesper do:

	unlink ext
	ln -s your—path/vesper—ext ext
	cd ext
	# do some changes
	push your changes
	cd -

step3. do some changes and commit in vesper_ext instead of vepser repo

step4. push your changes if your changes was working as expected vesper repo

step5. recovery the ext of vesper

git co -- ext

Updated by jun chen 4 months ago · 1 revisions