You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to groupi...@googlegroups.com
Good find! Though I'm more worried about files being autosaved when I switch to a branch where they didn't previously exist (or had been deleted) and having them suddenly pop up in the commit.
--
Alex Chaffee
unread,
Jan 22, 2013, 4:31:40 PM1/22/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Good find! Though I'm more worried about files being autosaved when I switch to a branch where they didn't previously exist (or had been deleted) and having them suddenly pop up in the commit.
I don't think that's a risk (unless you somehow switch branches from within Sublime). Every time you switch to Terminal (before doing "git checkout") your files will be saved into the old branch, and then git will take it from there.
Then the question is, if files change (or get deleted) on disk, will Sublime be smart enough to update its buffers once it gets focus again?