diff options
| author | Andrew Gallant <[email protected]> | 2013-12-28 09:33:40 -0500 |
|---|---|---|
| committer | Andrew Gallant <[email protected]> | 2013-12-28 09:33:40 -0500 |
| commit | 276338409158b6e8f45afadc94bd16532a369ef8 (patch) | |
| tree | 2283fb1c0fd70ecbf8334603e196eb99113e36f6 | |
| parent | 34dd98df049a0a6ecf661ff9fdfe31292688040a (diff) | |
shortcuts for the lazy
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,3 +72,7 @@ gofmt: gofmt -w *.go xgbgen/*.go examples/*.go examples/*/*.go xproto/xproto_test.go colcheck *.go xgbgen/*.go examples/*.go examples/*/*.go xproto/xproto_test.go +push: + git push origin master + git push github master + |
