Reset
You can reset the commit for a local branches using git reset
To change the commit of a local branch:
git fetch
git reset --hard "@{upstream}"Reset
You can reset the commit for a local branches using git reset
To change the commit of a local branch:
git fetch
git reset --hard "@{upstream}"| container_commands: | |
| enable_websockets: | |
| command: | | |
| sed -i '/\s*proxy_set_header\s*Connection/c \ | |
| proxy_set_header Upgrade $http_upgrade;\ | |
| proxy_set_header Connection "upgrade";\ | |
| ' /tmp/deployment/config/#etc#nginx#conf.d#00_elastic_beanstalk_proxy.conf |
| // a list of useful queries for profiler analysis. Starting with the most basic. | |
| // 2.4 compatible | |
| // | |
| // output explained: | |
| // | |
| { | |
| "ts" : ISODate("2012-09-14T16:34:00.010Z"), // date it occurred | |
| "op" : "query", // the operation type | |
| "ns" : "game.players", // the db and collection |