git init
or
git clone url
| If you use Git on you development machine, it's good to keep a remote backup in case your dev machine fails. | |
| Step 1: Create the empty bare repo on your network drive(backup folder). | |
| so you first have to clone it: in the original repo do: | |
| $ git clone --bare /path/of/the/exsisting/repo | |
| This will copy your repository data to the network folder. | |
| Step 2: In the version controlled folder, add a new remote. |
| 'use strict'; | |
| var gulp = require('gulp'); | |
| var gutil = require('gulp-util'); | |
| var del = require('del'); | |
| var uglify = require('gulp-uglify'); | |
| var gulpif = require('gulp-if'); | |
| var exec = require('child_process').exec; | |
| var notify = require('gulp-notify'); |
rebase vs merge).rebase vs merge)reset vs checkout vs revert)git rev-parse)pull vs fetch)stash vs branch)reset vs checkout vs revert)git reset vs git rm --cached)| { | |
| "extensions": | |
| [ | |
| "js", | |
| "vue" | |
| ] | |
| } |
| # Update all pip packages within the environment | |
| alias pipup='pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs sudo pip install -U' | |
| alias pip3up='pip3 freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs sudo pip3 install -U' | |
| # Tweaks | |
| alias lm='ls -lah' | |
| alias cls='clear' | |
| alias pf='pip freeze' | |
| alias pin='pip install' | |
| alias cat='ccat' |
| uwsgi_param QUERY_STRING $query_string; | |
| uwsgi_param REQUEST_METHOD $request_method; | |
| uwsgi_param CONTENT_TYPE $content_type; | |
| uwsgi_param CONTENT_LENGTH $content_length; | |
| uwsgi_param REQUEST_URI $request_uri; | |
| uwsgi_param PATH_INFO $document_uri; | |
| uwsgi_param DOCUMENT_ROOT $document_root; | |
| uwsgi_param SERVER_PROTOCOL $server_protocol; | |
| uwsgi_param REQUEST_SCHEME $scheme; |
I hereby claim:
To claim this, I am signing this object:
A curated list of resources to prepare for the AWS Solutions Architect: Assoicate Certification. This document will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test(s) and many other resources.
Table of Contents:
A curated list of AWS resources to prepare for the AWS Certifications
A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.