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
Reading this, I can't be sure if the history is kept or not when this is set to true. I'm also not sure what the example does: keep or erase the history? A very short clarification would be super useful, ie "setting this option to true (or false?) will cause a force push that will discard the previous history. You might use it to save space in your repository in case the branch content is the output from a build process".
As a good example, I find the command line help clearer:
-f, --no-history Push force new commit without parent history
The text was updated successfully, but these errors were encountered:
This is how it looks like at the moment:
Reading this, I can't be sure if the history is kept or not when this is set to true. I'm also not sure what the example does: keep or erase the history? A very short clarification would be super useful, ie "setting this option to true (or false?) will cause a force push that will discard the previous history. You might use it to save space in your repository in case the branch content is the output from a build process".
As a good example, I find the command line help clearer:
The text was updated successfully, but these errors were encountered: