Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ryan Caloras
bashhub-client
Wiki
Usage
Usage
· Changes
Page history
Small edit about ignoring commands.
authored
Sep 23, 2015
by
Ryan Caloras
Show whitespace changes
Inline
Side-by-side
Usage.md
View page @
b60b8aef
...
@@ -70,3 +70,10 @@ Your git commands including duplicates.
...
@@ -70,3 +70,10 @@ Your git commands including duplicates.
```
bash
```
bash
$
bh
-dups
"git"
$
bh
-dups
"git"
```
```
##Ignoring Commands
`#ignore`
added to any command will omit it from being saved. Simply add it to the end of any command and it won't be recorded in Bashhub.
```
bash
$
echo
"this command won't be saved"
#ignore
```
\ No newline at end of file