Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Plant UML Viewer to 1.4.0.8 #504

Merged
merged 4 commits into from
Oct 7, 2022

Conversation

Fruchtzwerg94
Copy link
Contributor

No description provided.

@chcg
Copy link
Contributor

chcg commented Oct 7, 2022

@Fruchtzwerg94 To get back a clean master before next update:

# ensures current branch is master
git checkout master

# pulls all new commits made to upstream/master
git pull upstream master

# this will delete all your local changes to master
git reset --hard upstream/master

# take care, this will delete all your changes on your forked master
git push origin master --force

from e.g. https://stackoverflow.com/questions/42332769/how-do-i-reset-the-git-master-branch-to-the-upstream-branch-in-a-forked-reposito

@chcg chcg merged commit e3ee839 into notepad-plus-plus:master Oct 7, 2022
@Fruchtzwerg94 Fruchtzwerg94 deleted the update_plantumlviewer branch January 10, 2023 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants