=====
I made a book, its one page.
| /tests export-ignore | |
| /stubs export-ignore | |
| /.gitattributes export-ignore | |
| /.gitignore export-ignore | |
| /.scrutinizer.yml export-ignore | |
| /.travis.yml export-ignore | |
| /phpunit.xml export-ignore | |
| /changelog.md export-ignore | |
| /readme.md export-ignore |
| Copyright (C) 2016 Donnie Ray Jones | |
| Permission is hereby granted, free of charge, to any person obtaining a | |
| copy of this software and associated documentation files (the | |
| "Software"), to deal in the Software without restriction, including | |
| without limitation the rights to use, copy, modify, merge, publish, | |
| distribute, sublicense, and/or sell copies of the Software, and to | |
| permit persons to whom the Software is furnished to do so, subject to | |
| the following conditions: |
| # | |
| # Working with branches | |
| # | |
| # Get the current branch name (not so useful in itself, but used in | |
| # other aliases) | |
| branch-name = "!git rev-parse --abbrev-ref HEAD" | |
| # Push the current branch to the remote "origin", and set it to track | |
| # the upstream branch | |
| publish = "!git push -u origin $(git branch-name)" |
| $ redis-cli | |
| > config set stop-writes-on-bgsave-error no |
=====
I made a book, its one page.