You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.
I'm trying to develop on a local machine, in my git repo. Right now, I have to develop in a local install, and when finished copy over all the changes to the git repo. I want to work directly in the git repo. Now maybe I could perform an installation in my git repo, but then I need to make sure I don't commit any changes made by the installation process. And I would like to just commit by performing a git add . without having to manually work through the list.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Before this line:
corebos/index.php
Line 27 in 89ef560
I would like to add:
to make development easier. Would that interfere with the program somewhere else?
The text was updated successfully, but these errors were encountered: