I hereby claim:
- I am adeelx on github.
- I am adeelx (https://keybase.io/adeelx) on keybase.
- I have a public key whose fingerprint is 9B33 7120 4DA2 7392 1C99 78EC 722D 8851 A21E 56D3
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Delete the last commit, if it hasn't been pushed.
git reset --soft HEAD~1
Delete the last commit, if it has been pushed.
git reset --hard HEAD~1
git push origin HEAD --force
Temporarily ignore local changes to a file
| #!/bin/sh | |
| # Credits to: | |
| # - http://vstone.eu/reducing-vagrant-box-size/ | |
| # - https://github.com/mitchellh/vagrant/issues/343 | |
| # - https://gist.github.com/adrienbrault/3775253 | |
| # Unmount project | |
| umount /vagrant |