All Projects → Khan → git-workflow

Khan / git-workflow

Licence: MIT license
scripts to enable the git workflow at Khan Academy

Programming Languages

shell
77523 projects
python
139335 projects - #7 most used programming language

khan academy git-workflow

Collection of scripts used to enable the git workflow at Khan Academy. (see also: arcanist)

git deploy-branch

Creates a remote deploy branch for use with GitHub-style deploys.

For GitHub-style deploys, all work must branch off a deploy branch.

git review-branch

Creates a new local branch ensuring that it's not based off master. Such a branch is called a review branch.

All review branches should be based off a deploy branch.

git recursive-grep

Runs git grep recursively through submodules, showing file paths relative to cwd.

git find-reviewers

Find the best reviewer(s) for a given changeset. The idea is that if one user has modified all the lines you are editing, they are a good candidate to review your change.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].