Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

option to push latest commit #236

Open
good-idea opened this issue Feb 4, 2016 · 5 comments · May be fixed by #531
Open

option to push latest commit #236

good-idea opened this issue Feb 4, 2016 · 5 comments · May be fixed by #531
Labels
enhancement New feature or improvement

Comments

@good-idea
Copy link

It would be nice to be able to push the most recent commit - even if there are changes since that commit - instead of getting 'dirty repository..'

@mkllnk mkllnk added the enhancement New feature or improvement label Feb 4, 2016
@tmuka
Copy link

tmuka commented Feb 8, 2016

that would be a neat option, in the meantime to work around that, i usually i do a
git stash; git ftp push; git stash apply;

@good-idea
Copy link
Author

Thanks, should have looked into how to achieve this with git in the first place - I didn't know about stash!

@tmuka
Copy link

tmuka commented Feb 10, 2016

glad to help! @SQbiz

@mkllnk
Copy link
Member

mkllnk commented Feb 11, 2016

I use git stash pop instead of git stash apply. That removes the saved state from the stash list and my stash doesn't grow.

@tmuka
Copy link

tmuka commented Feb 11, 2016

much better, thanks!

@LukasFritzeDev LukasFritzeDev linked a pull request Jun 19, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants