Document how to update a prototype that is already on GitHub
See original GitHub issueRelated documentation
https://govuk-prototype-kit.herokuapp.com/docs/updating-the-kit
Suggestion
We should consider adding some extra instructions to the update tutorial if the prototype was already on GitHub so that other people who have a local copy of the prototype get the changed files.
Steps to add (draft)
- Branch off the
main
(or equivalent) branch and pull down the latest changes […] - Once the update has completed locally, commit the files and open a PR etc., depending on the process that the team working on the prototype follows
Evidence (where applicable)
A user who was updating prototypes that were already on GitHub said that it wasn’t clear that after the update was complete, they needed to commit and push up the changed files.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Git 07: Updating Your Repo by Setting Up a Remote
This tutorial covers how to set up a Central Repo as a remote to your local repo in order to update your local...
Read more >Deploy to live & preview channels via GitHub pull requests
If you've ALREADY set up Hosting, then you just need to set up the GitHub Action part of Hosting. Run this version of...
Read more >Object.setPrototypeOf() - JavaScript - MDN Web Docs - Mozilla
Warning: Changing the [[Prototype]] of an object is, by the nature of how modern JavaScript engines optimize property accesses, currently a ...
Read more >Embed files and prototypes – Figma Help Center
Update the default sharing settings for the file and prototype. Set both the audience and the access level. Click the Get embed code...
Read more >Move prototype code out of master branch with git
Thus, you will need to force the push using git push <github remote here> +master . If people are still working on that...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I closed the PR I’d raised, as we don’t know whether this issue has affected more than one user so far. Maybe one to revisit when we have more evidence it’s causing problems.
@lfdebrux Thanks! I’ll raise a PR shortly.