jacogr / atom-git-control

Not maintained :(
MIT License
227 stars 70 forks source link

A setting not to make new branches just to check out remotes #113

Open wolftune opened 8 years ago

wolftune commented 8 years ago

I want this to work just like CLI: checkout remote/branch should not be a -b. I don't want a new local branch. I want detached HEAD. I want to just inspect the files from the remote, and I usually don't want a new local branch. Let me set this so that I can check out remotes without creating branches. It's okay if I'm in detached HEAD state, although providing a pop-up warning of detached HEAD makes sense.