This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Description
https://github.com/OpenDataServices/developer-docs/blob/master/tools/git.md#temporary-branches
In general having temporary commits on temporary branches is better than using git stash. ... they can also be pushed to the server. .... If you have a temporary commit you can update it using git commit --amend -a --date="date``
If you push to a remote, git amend and then try and push again that's not great? Maybe take advice out about commit --amend?
(Also maybe tell people to delete temporary branches from GitHub when done?)