-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add Git Push Support #26
Comments
Hey @chrismatthieu, Thanks! :-) It would be interesting to see Nide integrated somewhere. I started working on git support on a separate branch some time ago, but there were many use cases I had to deal with, and I was not entirely confident on the direction I was taking in terms of UX. What exactly are the use cases you have in mind for the git integration? If it's something simple, say: The user has a single Then it shouldn't be too much work. But if it's something more complex (i.e. the user can create, delete and switch between branches, (s)he can add and remove remotes, perform merges and rebases, create tags), then things start getting really complicated. Perhaps providing a console on which users could interface with git manually, and providing a simple UI specific for pre-made deploy scripts would be a better idea? What do you think? |
Hi Marco, That is exactly what I had in mind. Node.JS apps are created on Nodester To make things even easier, if the use runs a nodester app init from the Here is a video of deploying an app to nodester in 39 seconds: We would LOVE to see simple git add/commit/pushes in NIDE so that we can Cheers, On Sat, Dec 31, 2011 at 11:36 AM, Marco Aurlio <
|
Also really interested in this for DocPad. Will do up a nide plugin for DocPad over the next few days and hopefully get it running on heroku and/or nodester. The use case is someone deploys their docpad project to a cloud server, they want to edit it in the cloud directly, they edit the files, but they need a way to commit it back to the git repo. If nide can add in git support, that would be amazing. Alternatively, with docpad we could already watch for file changes on the directory and do all the committing ourselves - which is also quite feasible. What's everyones thoughts? Should nide provide an interface for git? Or should the applications embedding nide handle git? |
+1 @balupton i really hope this happens with Node. It has so much potential and the code base is clean too. |
Hi Coreh,
I'm the founder of nodester. I love your NIDE project and I am thinking about ways in which we could integrate the two projects. If NIDE had git push support, Node.JS developers could deploy/push their updates to Nodester and GitHub without leaving NIDE.
Any thoughts?
Regards,
Chris
The text was updated successfully, but these errors were encountered: