Re: Git diff|status against remote repo

2019-09-16 Thread Stefanie Leisestreichler
Am 16.09.19 um 12:45 schrieb Pratyush Yadav: On 16/09/19 11:02AM, Stefanie Leisestreichler wrote: Hi. I am far from being a pro in git. There is something I do not understand. This is my git config: [core]     repositoryformatversion = 0     filemode = true     bare = false

Re: Git diff|status against remote repo

2019-09-16 Thread Pratyush Yadav
On 16/09/19 11:02AM, Stefanie Leisestreichler wrote: > Hi. > > I am far from being a pro in git. > There is something I do not understand. > > This is my git config: > [core] >     repositoryformatversion = 0 >     filemode = true >     bare = false >     logallrefupdates = true >

Git diff|status against remote repo

2019-09-16 Thread Stefanie Leisestreichler
Hi. I am far from being a pro in git. There is something I do not understand. This is my git config: [core]     repositoryformatversion = 0     filemode = true     bare = false     logallrefupdates = true [remote "origin"]     url = ssh://git@192.168.2.2:/home/git/PROJECT.git