git clone git@gitpatch.com:se/eshttp cd eshttp
git switch -c patch/any-name-3ecaaf80git commit -m "My Patch Title" git push origin patch/any-name-3ecaaf80
git switch -c patchstack/any-name-3ecaaf80git commit -m "Patch 1" ... git commit -m "Patch 2" git push origin patchstack/any-name-3ecaaf80