Skip to content

Instantly share code, notes, and snippets.

@shabin-slr
shabin-slr / Some_git_commands.txt
Created October 6, 2016 03:49
Some Git Commands
#Show Remote of current branch
#Reference : http://stackoverflow.com/questions/171550/find-out-which-remote-branch-a-local-branch-is-tracking
git branch -vv
#Create local branch from remote
#http://stackoverflow.com/a/1787014/3370859,
#eg. : "git checkout test", will create local branch test from origin/test
git checkout <branch name without /origin>
#Delete a local branch
@shabin-slr
shabin-slr / README.md
Created August 17, 2016 15:28 — forked from ajcrites/README.md
Minimal AngularJS + AMD (require.js) loading plus `r.js` optimization.

Simple AngularJS + require.js "optimizable" project

NOTE: gists do not allow directories, so / cannot be included in filenames. Instead, - is used in this project. That is to say public-index.html should actually be read as public/index.html relative to the root of the project.

This is a very stripped down seed project for AngularJS-based code that is loaded via the require.js AMD and optimized via r.js

Inspired by: