Can I push my working directory without first committing it?
Posted
by
Derek
on Stack Overflow
See other posts from Stack Overflow
or by Derek
Published on 2012-03-18T17:41:47Z
Indexed on
2012/03/18
17:57 UTC
Read the original article
Hit count: 172
git
I have my web server set up as a remote git repo, so I can type "git push staging" and my last commit goes live on the server. I used this tutorial to set this up.
A lot of the time, I'm testing a new feature, and I want to test several iterations of it on the staging server, before it's ready to quality as a commit. Is there a way to push my working directory to the server without having to commit it first?
© Stack Overflow or respective owner