Before we begin install postgresql onto your device:
$ brew install postgresqlCheck if the postgresql service is running via brew :
| {"lastUpload":"2020-09-04T18:49:47.910Z","extensionVersion":"v3.4.3"} |
| $ ps ax | grep shotgun | |
| 11152 s000 R+ 0:00.00 grep shotgun | |
| 10766 s001 S+ 0:00.60 /Users/ryandeussing/.rvm/gems/ruby-1.9.3-p429@sinatra/bin/shotgun | |
| $ kill -9 10766 | |
| #done |
This attempts to be a useful "cheat sheet" for git. I'm just writing git recipes down here as I find and use them.
Clone a repository (GitHub)
git clone [email protected]:username/repository.git