[git-users] Re: git for files in exist db webdav : file size problem?

2018-07-03 Thread JP de la Torre
Same problem on an old repository on Ubuntu 18.04 trying to commit a regular text file. Definitively not WebDAV in my case. Solved it by backing up, checking the file out and applying the backup over it. -- You received this message because you are subscribed to the Google Groups "Git for hum

Re: [git-users] removing configurations on git help!

2019-01-18 Thread JP de la Torre
Don't remove them. That's the default configuration. On Fri, Jan 18, 2019 at 9:45 AM Alexandra Vass wrote: > Hi Steph, > > I think these configs should be stored at ~/.gitconfig. By deleting or > editing the file, you can reset these settings. > > Cheers, > Alexa > > On Fri, Jan 18, 2019 at 2:09

Re: [git-users] removing configurations on git help!

2019-01-18 Thread JP de la Torre
I recommend you read a starter guide. That would help you clear a lot of doubts. I found this one that is very didactic without getting into the obscure side of git: http://rogerdudler.github.io/git-guide/ -- You received this message because you are subscribed to the Google Groups "Git for hu

Re: [git-users] How to update Git's metadata without affecting working dir?

2019-05-17 Thread JP de la Torre
To complement what Philip is saying. You don't need to use '-U' because you cloned your repo and that automatically sets the upstream for you. Instead, you can just type 'git push'. In your scenario, you can just use 'git pull' to update your working directory. The files you didn't push will not b