Giter Club home page Giter Club logo

rosetta_clone_tools's Introduction

Rosetta Clone Tools

A public repository with scripts and tools for cloning and setting up RosettaCommons repositories.

How to clone Rosetta

curl -kL https://raw.github.com/RosettaCommons/rosetta_clone_tools/master/get_rosetta.sh > get_rosetta.sh && bash get_rosetta.sh

will clone rosetta and set it up. Follow all instructions when prompted by the script

Brief descriptions of files in this repository

###get_rosetta.sh### A bash script that is used to get a copy of the Rosetta source code.

  • Clones the Rosetta repositories (main, tools, demos)
  • Copies the hooks in git_hooks into the new repositories
  • Configures some useful git aliases
  • Sets up a commit message template

###update_hooks.sh### A script that downloads and places hooks into place. The path to a git repository is required as an argument. Currently this sets up the following hooks:

  • pre-commit
  • post-commit
  • prepare-commit-message

###commit_template.txt### A commit message template that is used in the RosettaCommons. The template provides sections for:

  • A one-line description of changes
  • A detailed description of changes
  • The results of local testing
  • Noting bug fixes
  • Explicitly requesting testing

###git_hooks/pre-commit### This script is automatically executed before a git-commit is finalized.

  • Checks for large files being added to the repository and prompts the user for confirmation

###git_hooks/post-commit### This script is automatically executed after a git-commit is finalized.

  • Prompts the developer to track their branch if it is untracked
  • Reminds developer to push if there are >10 unpushed commits

###git_hooks/prepare-commit-message### This script is automatically executed before a git-commit is finalized.

  • Populates the commit message with the commit_template.txt
  • Used on all commits, including merges

rosetta_clone_tools's People

Contributors

weitzner avatar decarboxy avatar aleaverfay avatar kalekundert avatar tjacobs2 avatar

Watchers

James Cloos avatar Xiaojie Qiu avatar

Forkers

ssicreative83

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.