Skip to content

Commit

Permalink
Aarpardev first pull request (#171)
Browse files Browse the repository at this point in the history
* Added error solution for devvsakib to review.

* OS Contribution from: aarpardev
  • Loading branch information
aarpardev authored Jun 9, 2023
1 parent 96b3433 commit 5e17251
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 @@ -48,6 +48,12 @@
"description": "CONFLICT (add/add): Merge conflict in path/path/filename. Automatic merge failed; fix conflicts and then commit the result.",
"solutions": "You have to manually solve the conflict and then: <git add .< git commit -m \"ges\""
},
{
"type": "push",
"title": "Your branch is ahead of 'origin/main' by 1 commit",
"description": "You made a commit on your branch that needs to be merged to the main branch on Github.",
"solutions": "If you have the permission to update the repo: <git pull main <git checkout [your-branch] <git merge main <When finished the merge locally: <git push main"
},
{
"type": "push",
"title": "Everything up-to-date",
Expand Down

1 comment on commit 5e17251

@vercel
Copy link

@vercel vercel bot commented on 5e17251 Jun 9, 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.