Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mistercow
on Feb 11, 2013
|
parent
|
context
|
favorite
| on:
The Web Is Becoming Smalltalk
>I’m not 100% sure on it, but I can easily envision a world where you fix bugs in your website by opening it up in a browser, reading a stack trace, fixing the JS in that same browser and persisting your changes back to the server.
Where does version control fit in this vision?
dmitshur
on Feb 11, 2013
[–]
Assuming you have access to the repo, it can be pushed either to master or another branch of your choice.
If you don't, a fork is automatically created.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Where does version control fit in this vision?