Add scenario for git push over https

Possible scenario:

  1. Create a project
  2. Push an initial code
  3. Push new branch on existing commit(execute git pack-objects to retrieve binary data for POST .git/git-receive-pack)
  4. Delete the project

Sources to look into:

Related MR: !58 (merged)

Edited by Nailia Iskhakova