Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
shobrook committed Dec 10, 2024
1 parent 7202cea commit 5b2e9b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 133 deletions.
129 changes: 0 additions & 129 deletions .gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Jonathan Shobrook
Copyright (c) 2024 Jonathan Shobrook

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ git: 'create-pr' is not a git command.

You'll quickly get a brief explanation of the issue:

```markdown
This error occurs because `create-pr` is not a standard Git command. Git doesn't have a built-in `create-pr` command. To create a pull request, you typically need to:
```
This error occurs because Git doesn't have a built-in `create-pr` command.
To create a pull request, you typically need to:
1. Push your branch to the remote repository
2. Use the web interface of GitHub
2. Use the GitHub web interface
```

If you have a _specific question_ about your last command, you can include a query:
Expand Down

0 comments on commit 5b2e9b9

Please sign in to comment.