Re: [git-users] Add feature like "git number"

2015-11-09 Thread Konstantin Khomoutov
On Mon, 9 Nov 2015 01:02:46 -0800 (PST) David Votrubec wrote: > There is great plugin into Git named Git-Number, > you can check it out it here https://github.com/holygeek/git-number [...] This list is about helping newbie Git users solve their problems with using Git

Re: [git-users] git-new-workdir, and updating local workdir

2015-11-09 Thread Konstantin Khomoutov
On Mon, 9 Nov 2015 15:08:37 +0300 Konstantin Khomoutov wrote: [...] > > In ~/src/my-repo-branch/master running git log will show the latest > > commits to master, but the working directory will be out of date. > > > > Is it possible to get this workdir up to

Re: [git-users] git-new-workdir, and updating local workdir

2015-11-09 Thread Paul Smith
On Mon, 2015-11-09 at 10:01 +, Phillip Lord wrote: > Now I pull to "~/src/my-repo" so it updates > say master (or feature-branch). In ~/src/my-repo-branch/master running > git log will show the latest commits to master, but the working > directory will be out of date. Konstantin gives you

Re: [git-users] git-new-workdir, and updating local workdir

2015-11-09 Thread Phillip Lord
Konstantin Khomoutov writes: > On Mon, 09 Nov 2015 17:59:13 + > phillip.l...@newcastle.ac.uk (Phillip Lord) wrote: > > [...] >> I was trying something slightly evil >> though, which breaks this. I've been using unison to sync >> >> ~/src/my-repo >> >>

Re: [git-users] git-new-workdir, and updating local workdir

2015-11-09 Thread Phillip Lord
Paul Smith writes: > On Mon, 2015-11-09 at 10:01 +, Phillip Lord wrote: >> Now I pull to "~/src/my-repo" so it updates >> say master (or feature-branch). In ~/src/my-repo-branch/master running >> git log will show the latest commits to master, but the working >>

Re: [git-users] git-new-workdir, and updating local workdir

2015-11-09 Thread Konstantin Khomoutov
On Mon, 09 Nov 2015 17:59:13 + phillip.l...@newcastle.ac.uk (Phillip Lord) wrote: [...] > I was trying something slightly evil > though, which breaks this. I've been using unison to sync > > ~/src/my-repo > > between machines. [...] But why? If you have unison working between those

[git-users] Add feature like "git number"

2015-11-09 Thread David Votrubec
There is great plugin into Git named Git-Number, you can check it out it here https://github.com/holygeek/git-number *Why do I find it awesome?* - because it boosts developer's productivity - it adds new command "git number" which works similar to "git status" but adds index numbers to listed

[git-users] git-new-workdir, and updating local workdir

2015-11-09 Thread Phillip Lord
I've been using git-new-workdir and am finding it very useful, but am finding one problem. How do I update a working directory created with git-new-workdir if the branch it is one is changed in the main directory. For example, say I have: ~/src/my-repo ~/src/my-repo-branch/master