8000 Fix updating existing custom branch by pohy · Pull Request #47 · githubocto/repo-visualizer · GitHub
[go: up one dir, main page]

Skip to content

Fix updating existing custom branch #47

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

Closed
wants to merge 1 commit into from
Closed

Conversation

pohy
Copy link
@pohy pohy commented Jul 3, 2022
  1. The git rev-parse command was failing because of unspecified remote
/usr/bin/git rev-parse --verify codebase-diagram
fatal: Needed a single revision
Branch codebase-diagram does not yet exist, creating codebase-diagram.
  1. Checking out the already existing custom branch would fail because of modified working tree.
/usr/bin/git checkout codebase-diagram
error: The following untracked working tree files would be overwritten by checkout:
	codebase-diagram.svg
Please move or remove them before you switch branches.
Aborting

Fixes #42

@Wattenberger
Copy link
Contributor

this should be handled by merging in #49

sorry about the delay, and thanks for the PR!

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.

Fails to verify if branch exists or not & then fails to push because branch exists on remote.
2 participants
0