Skip to content
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

add GIT cmd to json file #137

Closed
devvsakib opened this issue Mar 12, 2023 · 7 comments
Closed

add GIT cmd to json file #137

devvsakib opened this issue Mar 12, 2023 · 7 comments
Assignees
Labels
documentation Improvements or additions to documentation EddieHub:good-first-issue good first issue Good for newcomers

Comments

@devvsakib
Copy link
Owner

devvsakib commented Mar 12, 2023

Add git command

Example:

    {
      "type": "cmd",
      "title": "How to remove a Local branch",
      "description": "If you want to remove a Local branch, you can use this command. It will remove the branch you want to remove.",
      "solutions": "git branch --delete branch_name"
    }

file path: src/data/error.json

Note: < less than sign use to break line in json file. Using < will break your line
example:

    {
      "solutions": "git < branch --delete <branch_name"
    }

output:

git
branch --delete 
branch_name

Use < if you have multiple command

Before PR, add your details in the contributors' file too.

PR will be not merged if contributors details not added

@devvsakib devvsakib added documentation Improvements or additions to documentation good first issue Good for newcomers EddieHub:good-first-issue labels Mar 12, 2023
@at-the-vr
Copy link
Contributor

Hey Sakib, loved the project, I was wondering if i can start off with this Issue ?

@devvsakib
Copy link
Owner Author

sure @PiseAtharva

@devvsakib
Copy link
Owner Author

Merged #148

PR: @PiseAtharva

@TheLoneAlchemist
Copy link
Contributor

Hey I Like you project and want resolve this. Can you assign me it.

@devvsakib
Copy link
Owner Author

Assigned @TheLoneAlchemist

@Bharadwajshivam28
Copy link

@devvsakib If anyone is not Working then can i can go with it??

@TheLoneAlchemist
Copy link
Contributor

Assigned @TheLoneAlchemist

Kindly Check my new PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation EddieHub:good-first-issue good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants