Skip to content

Instantly share code, notes, and snippets.

View AX99's full-sized avatar

Raphael AM AX99

  • London
View GitHub Profile
@CristinaSolana
CristinaSolana / gist:1885435
Created February 22, 2012 14:56
Keeping a fork up to date

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@derick-montague
derick-montague / sync-github-to-bitbucket.md
Last active May 24, 2024 07:48
Sync github repo to bitbucket repo

Set up remotes

setup local repo

mkdir myrepository
cd myrepository
git init

add bitbucket remote as "origin"

@scottserok
scottserok / OdooGKE
Last active May 24, 2024 17:26
Odoo ERP Docker Compose
# Disclaimer: This is untested
#
# Odoo.com ERP version 11
#
# Local testing via "$ docker-compose up" and navigating to localhost:8069
#
# Deploy to Google Cloud Platform's Kubernetes Engine to make use of available
# capacity in your existing GKE cluster (if you have it).
#
# 1. Create a GCP account at console.cloud.google.com, install "gcloud" and "kubectl"
@nicolasdao
nicolasdao / chrome_extension_guide.md
Created July 8, 2020 07:16
Chrome extension. Keywords: chrome extension
@joshdholtz
joshdholtz / .zshrc
Created October 27, 2021 19:16
Josh's M1 Mac Development Environment - homebrew, zsh
# ~/.zshrc
ZSH_DISABLE_COMPFIX=true
export ZSH="/Users/joshholtz/.oh-my-zsh"
# joshdholtz theme shows arch type in the prompt
ZSH_THEME="joshdholtz"
plugins=(git)
source $ZSH/oh-my-zsh.sh
# M1 and Rosetta