I hereby claim:
- I am cameronmalek on github.
- I am cameronmalek (https://keybase.io/cameronmalek) on keybase.
- I have a public key ASCPAtxsnLmJ2zQpL9wY1RK80_yXRMxLQB1cGAXZ1mW1Rgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| export GIT_WORK_TREE=/home/cameronm/public_html/ | |
| export GIT_DIR=/home/cameronm/git/cameronmalek.git | |
| ec=0 | |
| # test for unstaged, uncommitted files | |
| git diff --exit-code &>- | |
| if [ "$?" -ne 0 ]; then | |
| echo "Changes not staged" |