-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
reset: add page #2202
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
reset: add page #2202
Conversation
pages/linux/reset.md
Outdated
@@ -0,0 +1,11 @@ | |||
# reset | |||
|
|||
> Reinitalises the current terminal. Clears the entire terminal screen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in Reinitialises
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops :P
pages/linux/reset.md
Outdated
|
||
> Reinitalises the current terminal. Clears the entire terminal screen. | ||
|
||
- Reinitalise the current terminal: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here?
Thanks for that typo fix - I've always had trouble with the middle of words lol :P |
The reset command comes with many more options, but most of them are quite advanced and you (almost) never need to use them - I certainly haven't had to yet.
The page (if new), does not already exist in the repo.
The page (if new), has been added to the correct platform folder:
common/
if it's common to all platforms,linux/
if it's Linux-specific, and so on.The page has 8 or fewer examples.
The PR is appropriately titled:
<command name>: add page
for new pages, or<command name>: <description of changes>
for pages being edited.The page follows the contributing guidelines.