https://github.com/jasonmdev/cli
A repo for all command line interface prompts and software maintenance relating to development and production.
https://github.com/jasonmdev/cli
Last synced: about 2 months ago
JSON representation
A repo for all command line interface prompts and software maintenance relating to development and production.
- Host: GitHub
- URL: https://github.com/jasonmdev/cli
- Owner: JasonMDev
- License: gpl-2.0
- Created: 2015-12-07T21:08:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T10:41:41.000Z (over 10 years ago)
- Last Synced: 2025-12-26T08:36:20.512Z (6 months ago)
- Language: Ruby
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#README.MD
### This is my repo for keeping track of command line interfaces.
Read file in bash: sh,bash, zsh
new file `$ :> filename.ext` or `$ :>> filename.ext` or `$ touch filename.ext`
Edit in nano: `$ nano filename.ext`
##### sh See in cli:
```sh
$ cat filename.ext
```
##### bash
```bash
$ cat filename.ext
```
##### zsh
```zsh
$ cat filename.ext
```
New Repository
Create Folder
Create repo in GitHub
`$ git init`
`$ git add .`
`$ git commit -am "Initialise Repository."`
`$ git remote add origin https://github.com/JasonMDev/project-name.git`
`$ git push -u origin --all` # pushes up the repo and its refs for the first time
#####Fetch and merge
`$ git fetch`
`$ git merge origin/master`
# hello-world
##Just another repository
### Todo List
- [ ] Task 1
- [x] Task 2
- [ ] task 4
Jason here, I'm starting out in *coding*.
Little by little I'll learn more.
Concentrating on Ruby on Rails.
### This is a block of code by indent
Description:
def foo():
if not bar:
return True
### This is a block of code by syntax highlighting
Here’s an example of how you can use syntax highlighting with GitHub Flavored Markdown:
```javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
```
### This is a inline code
Description
Concentrating on '< Ruby on Rails.>'
'$ git commit -am "Description."'
###Blockquotes
As Kanye West said:
> We're living the future so
> the present is our past.
###Table
First Header | Second Header
------------ | -------------
Content from cell 1 | Content from cell 2
Content in the first column | Content in the second column
###Issue references within a repository
Any number that refers to an Issue or Pull Request will be automatically converted into a link.
#1
mojombo#1
mojombo/github-flavored-markdown#1
~~this~~
I've have added more content.
What do you think?
Issue no. 5: Change -text- properly.
Issue no. 6: Change -text- properly.
<<<<<<< HEAD
Issue no. 15: Change -text- properly.
=======
Issue no. 8: Added through Git CLI.
>>>>>>> master
##list of languages.
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml