[git-users] Re: why my PC so many git.exe processes?

2013-05-18 Thread Thomas Ferris Nicolaisen
On Sunday, May 5, 2013 12:37:23 AM UTC+2, tqrde...@gmail.com wrote: > Hi all, > I am using Git to maintain my codes for driving robots. Recently I met a > problem, that Windows Task Manager shows me that there are 800 git.exe > running, I can't kill them, and they seems to be there until I shut

[git-users] Re: make git ignore the timestamp embedded in PDFs

2013-05-18 Thread andreas . leha
Solved with the help from the git mailing list. See the posting there: http://permalink.gmane.org/gmane.comp.version-control.git/224797 Am Montag, 6. Mai 2013 12:41:36 UTC+2 schrieb andrea...@gmail.com: > > No answer so far. Is there something I can do to improve this question? > Or should I a

[git-users] Re: git rebase workflow public branch

2013-05-18 Thread Thomas Ferris Nicolaisen
On Thursday, May 9, 2013 1:14:40 PM UTC+2, Bogdan Valentin Neacsa wrote: > Hello, > > I've read some nice things about git rebasing workflow here: > http://mettadore.com/analysis/a-simple-git-rebase-workflow-explained/ > > I'm suppose to use this in a project with the following structure: > >

[git-users] Combining two branches

2013-05-18 Thread Dale R. Worley
While experimenting with using Git as a backup tool (by automatically snapshotting my home directory), I've generated a long branch which is a series of commits that record states of my home directory. Actually, I've got *two* such branches. It would be very convenient if I could assemble the two

Re: [git-users] Combining two branches

2013-05-18 Thread Joe Cabezas
2013/5/18 Dale R. Worley > perimenting with using Git as a backup tool (by automatically > snapshotting my home directory), I've generated a long branch which is > a series of commits that record states of my home directory. > > Actually, I've got *two* such branches. > > It would be very conveni