Skip to content

Commit

Permalink
new error
Browse files Browse the repository at this point in the history
  • Loading branch information
devvsakib authored Dec 18, 2023
1 parent d1933dd commit ed3e5b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/error.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"description": "To push the current branch and set the remote as upstream, use.",
"solutions": "First check which branch you are in, then:<git push --set-upstream origin BRANCHNAME"
},
{
"type": "switch",
"title": "fatal: invalid reference",
"description": "To push the current branch and set the remote as upstream, use.",
"solutions": "This branch is not there, you have to create this branch. < git branch BRANCHNAME -m"
},
{
"type": "add",
"title": "error: Your local changes to the following files would be overwritten by checkout: <file name>",
Expand Down

1 comment on commit ed3e5b0

@vercel
Copy link

@vercel vercel bot commented on ed3e5b0 Dec 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.