atom-git-control icon indicating copy to clipboard operation
atom-git-control copied to clipboard

Stash Support

Open imperez opened this issue 10 years ago • 7 comments

First off, awesome package so thanks for making it!

Second, any chance for Stash support. I was thinking of keeping it simple and having creating a stash and applying it on the current branch.

imperez avatar Jan 20 '15 14:01 imperez

I am using stash without any issues. It seems to work with any git repo (used with github, bitbucket and stash)

GradyD avatar Mar 09 '15 15:03 GradyD

@GradyD Do you mean on the command line? because as far as I can tell, there is no stash support in git-control yet.

hellerbarde avatar Jul 15 '15 13:07 hellerbarde

When you say stash I assume you are talking about the enterprise stash (git) server?

We have stash internally and I haven't had any issues. Once I configure the repo via command line (add the origin and git init) I can use stash without any issues.

Stash is just software that provides a GUI and permissions to git repos. You are still using the basic git commands to work with stash.

GradyD avatar Jul 15 '15 13:07 GradyD

This bug is about git stash. I doubt there is any need for support for a specific git server. As long as it talks the right protocol, there's no issue.

hellerbarde avatar Jul 15 '15 13:07 hellerbarde

Ahh my bad! Yes this would be handy.

GradyD avatar Jul 17 '15 11:07 GradyD

I want Stash button like in SourceTree.

comerc avatar Dec 03 '15 14:12 comerc

I use this a lot.

+1

kokujin avatar Mar 08 '16 08:03 kokujin