On 2015-10-14 18:03, Chris Warrick wrote:
On 14 October 2015 at 17:59, Eregus <[email protected]> wrote:
On server:
eregus@myserver:~$ rm -rf pass-store/
eregus@myserver:~$ mkdir pass-store
eregus@myserver:~$ cd pass-store/
eregus@myserver:~/pass-store$ git init
Initialized empty Git repository in /home/eregus/pass-store/.git/
eregus@myserver:~/pass-store$ git config --local receive.denyCurrentBranch
"ignore"
The git misfeature you want to use is:
git config receive.denyCurrentBranch updateInstead
Is it possible to do it while having older version of git (1.9.1 -
there's no updateInstead option in this version)? I'm not the admin so
updating git is not that easy.
_______________________________________________
Password-Store mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/password-store