* Jonathan Nieder <jrnieder@xxxxxxxxx> schrieb: Hi, > > Is there already a way to tell other locations for index file > > and current HEAD symref on command line (just like we have w/ > > --work-dir etc) ? > > You might like the git-new-workdir script, available from > contrib/workdir. I didnt have time for a deeper look yet, but I'll try to explain my ideas a bit more: Suppose I choose to work on an branch "one" (which probably is synced to some remote). That will create some temporary (local) WIP branch, where each file change from the IDE (working in a separate workdir or maybe completely w/o one) gets committed immediately. Now I click some "commit" button and it asks me what exactly to commit - I now can interactively selected changes to be committed (maybe even on single changelets within a file), they'll be squashed together (maybe involving some rebase magic) and an commit final commit object is created on the "one" branch. After this, the local WIP branch gets rebased to latest "one". cu -- ---------------------------------------------------------------------- Enrico Weigelt, metux IT service -- http://www.metux.de/ phone: +49 36207 519931 email: weigelt@xxxxxxxx mobile: +49 151 27565287 icq: 210169427 skype: nekrad666 ---------------------------------------------------------------------- Embedded-Linux / Portierung / Opensource-QM / Verteilte Systeme ---------------------------------------------------------------------- -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html