Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Add graphviz source code for error handling diagram #42

Closed
wants to merge 7 commits into from
Closed

Add graphviz source code for error handling diagram #42

wants to merge 7 commits into from

Conversation

nagashi
Copy link
Contributor

@nagashi nagashi commented May 18, 2021

Recommitted the topic branch which contains the Graphviz source code file.

@yaahc yaahc changed the title Topic Add graphviz source code for error handling diagram May 18, 2021
@yaahc
Copy link
Member

yaahc commented May 18, 2021

Awesome, ty Chas. It shows that you have a bunch of extra commits in the history on the topic branch. Can you go ahead and squash the commits back down to just one commit adding the new file? You should be able to delete all of the commits after the first one by running this cmd:

git reset --soft 4817d8c 

Then, if there are any changes that you needed from the extra commits that are left in your working copy you can merge them back into the main commit with:

git add .
git commit --amend

Then you'll need to force push to overwrite the old version of the topic branch with extra commits:

git push --force-with-lease

@Thomasdezeeuw
Copy link

@yaahc you can also squash the commits on GitHub, might be easier.

@yaahc yaahc closed this May 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants