You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
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?)
The text was updated successfully, but these errors were encountered:
https://github.com/OpenDataServices/developer-docs/blob/master/tools/git.md#temporary-branches
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?)
The text was updated successfully, but these errors were encountered: