Re: [git-users] Question about local files

2015-09-15 Thread Najgit
Hi all - you were right I hadn't added and committed the file in the dev branch - once I did all went as expected. Thanks for your help! On Tuesday, September 15, 2015 at 7:58:19 AM UTC+1, Konstantin Khomoutov wrote: > > On Tue, 15 Sep 2015 08:05:01 +0200 > Gergely Polonkai > wrote: > > > >

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

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