git clone git@gitpatch.com:patcher/estap cd estap
git switch -c patch/any-name-99e51d9egit commit -m "My Patch Title" git push origin patch/any-name-99e51d9e
git switch -c patchstack/any-name-99e51d9egit commit -m "Patch 1" ... git commit -m "Patch 2" git push origin patchstack/any-name-99e51d9e