Code change in DAG without making a new docker image of airflow

I wanted to host airflow with Celery Executor and also I want to add git-sync so that any code changes that are commited for a DAG would be reflected directly without having any downtime i.e. I dont have to make an extended image of airflow with the new DAG code every time I do a git commit.