question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

git branch --create-reflog suggestion fails on master branch

See original GitHub issue

The suggestion in the readme fails on master branch

    - name: Fetch tags and master for GitVersion
    run: |
        git fetch --tags
        git branch --create-reflog master origin/master

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jetersencommented, Jan 24, 2020

@arturcic of course!

0reactions
jetersencommented, Jan 24, 2020

fixed #28

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git happens! 6 Common Git mistakes and how to fix them
Whether you added the wrong file, committed directly to master, or some other mishap, we've got you covered.
Read more >
Most common Git mistakes and how to fix them - Medium
Most common Git mistakes and how to fix them · Spelled last commit message wrong · Spelling mistake on branch name · Accidentally...
Read more >
Git repository broken after computer died - Stack Overflow
Start by following the steps suggested in Recovering broken git repository: ... I could not checkout my master branch due to the cannot...
Read more >
git-checkout Documentation - Git
Specifying -b causes a new branch to be created as if git-branch[1] were called and then checked out. In this case you can...
Read more >
Oh Shit, Git!?!
git commit --amend # follow prompts to change the commit message ... create a new branch from the current state of master git...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found