Re: [git-users] Question about local files

2015-09-14 Thread Konstantin Khomoutov
On Tue, 15 Sep 2015 08:05:01 +0200 Gergely Polonkai wrote: > > > If (locally) in gitbash I > > > create a new branch e.g. 'dev' > > >then create a new file: eg touch style.css > > > then git add, git commit -m "..." > > > > > > and then switch back to master and type ls > > > > > > style

Re: [git-users] Question about local files

2015-09-14 Thread Gergely Polonkai
On 14 Sep 2015 18:57, "Konstantin Khomoutov" wrote: > > On Mon, 14 Sep 2015 09:45:26 -0700 (PDT) > Najgit wrote: > > > If (locally) in gitbash I > > create a new branch e.g. 'dev' > >then create a new file: eg touch style.css > > then git add, git commit -m "..." > > > > and then switch

[git-users] Re: How to get install bits

2015-09-14 Thread Gary Foster
I have been looking for a good comparison of the different gits you mentioned but I'm not finding much. Could you point me to one? Thank you! Gary On Thursday, September 10, 2015 at 1:09:09 PM UTC-7, Gary Foster wrote: > > Hello, > > I work for a large company and our firewalls won't allow for t

Re: [git-users] Question about local files

2015-09-14 Thread Konstantin Khomoutov
On Mon, 14 Sep 2015 09:45:26 -0700 (PDT) Najgit wrote: > If (locally) in gitbash I > create a new branch e.g. 'dev' >then create a new file: eg touch style.css > then git add, git commit -m "..." > > and then switch back to master and type ls > > style.css will be listed there (in th

[git-users] Question about local files

2015-09-14 Thread Najgit
Hi - trying to get my head around Git. Going ok but I noticed that: If (locally) in gitbash I create a new branch e.g. 'dev' then create a new file: eg touch style.css then git add, git commit -m "..." and then switch back to master and type ls style.css will be listed there (in the

Re: [git-users] git-http-backend nearly works

2015-09-14 Thread Konstantin Khomoutov
On Mon, 14 Sep 2015 05:23:19 -0700 (PDT) Niklaas Baudet von Gersdorff wrote: > I (nearly) successfully set up `git-http-backend`. Pulling is no > problem but pushing hangs at this stage (just an example git push): > > $ git push > Username for '': niklaas > Password for '': > Counting objects:

[git-users] git-http-backend nearly works

2015-09-14 Thread Niklaas Baudet von Gersdorff
Hi, I (nearly) successfully set up `git-http-backend`. Pulling is no problem but pushing hangs at this stage (just an example git push): $ git push Username for '': niklaas Password for '': Counting objects: 33, done. Delta compression using up to 4 threads. Compressing objects: 100% (30/30), d

Re: [git-users] Looking for a change to a file

2015-09-14 Thread Philip Oakley
From: "Michael" I've got a file, with a diff/change, that I thought had already been checked into a previous commit. I want to see if this change exists in any checkin of that file. Is there any way to ask for "all the checked-in versions of file X"? As far as I know, git only knows files by