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 (PS. I got used to doing Reply All from another ML and got the recipients wrong, sorry for that) -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 _______________________________________________ Password-Store mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/password-store
