is it possible to push application direct to server without creating repo on github ?
is it possible to push application direct to server without creating repo on github ?
like pagodabox you can deploy without creating github repo
Sure. You could always use (S)FTP to sync your files to your server. Or rsync over SSH.
If this is about GH not having free private repositories, try BitBucket (free private repos for up to 5 users).
Yes, it is possible, and it's something I do. You don't need Github, BitBucket, Gitlab, or anything else to deploy using Git.
I'm not saying they are useless, obviously. Just that you don't have to use them unless you want to.
For example, here's a tutorial.
No but it saves you making a git server.
Please or to participate in this conversation.