Working with commit access?

Since I gained now maintainer access to package feed, I wanted to ask how you handle your git access. To prevent accidentally pushing, I do something like (although http is already preventing pushing, I disabled pushing)

git remote -v
origin	git@github.com:PolynomialDivision/packages.git (fetch)
origin	git@github.com:PolynomialDivision/packages.git (push)
upstream	https://github.com/openwrt/packages (fetch)
upstream	no-pushing (push)

Any further recommendations from your side?