Operations grimoire/Git operations in production containers
From Nasqueron Agora
When deployed code diverge than upstream
- Create a
production
branch to store any edited code - Document on the grimoire the need to rebase this production branch against upstream relevant branch (generally
master
)
Git configuration
If you need to quickly use Git in production, use the following commit references if you use a shared ops account:
$ cat > ~/.gitconfig
[user]
email = ops-noreply@nasqueron.org
name = Nasqueron Operations