Search code examples
gitgit-push

Is it possible to push changes to server without using 'git push'?


Is it guaranteed that the only way to make changes on a remote Git server is the git push command?


Solution

  • No, there is also git send-pack as far as I know. Could be more.