git branch --create-reflog suggestion fails on master branch
See original GitHub issueThe 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:
- Created 4 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@arturcic of course!
fixed #28