Akshell has isolated environments for separating development from
serving users. The release environment runs code from the master
branch of the repository; others run code of the working tree. So when
you commit to master, deployment happens immediately. Short subdomains
and custom domains are naturally bound to the release environment of
your app.
You should commit your changes – that's the solution of your problem.