Code Monkey home page Code Monkey logo

platform_manifest's Introduction

Welcome to SlimRoms

Getting Started

To get started with Slim7, you'll need to get familiar with Git and Repo.

To initialize your local repository using the Slim7 trees, use this command:

repo init -u git://github.com/SlimRoms/platform_manifest.git -b ng7.1

Then sync up with this command:

repo sync

Submitting Patches

We're open source, and patches are always welcome! To do this, you will need an account setup with our gerrit server and a changeid hooks. To add changeid hook, use the following commands:

cd <project>
scp -p -P 29418 <username>@review.slimroms.org:hooks/commit-msg .git/hooks/

You can send patches by using these commands:

cd <project>
git add .
git commit
git push ssh://<username>@review.slimroms.org:29418/SlimRoms/<project> HEAD:refs/for/<branch>
OR
cd <workspace>
repo upload SlimRoms/<project>

This will commit your changes into a single commit. Make sure your git has the changeid hooks added. If you are going to make extra additions, just repeat steps (Don't repo start again), but instead of

git commit

use

git commit --amend

Gerrit will recognize it as a new patchset.

To view the status of your and others patches, visit SlimRoms Code Review

platform_manifest's People

Contributors

prjosh avatar kufikugel avatar flinny avatar mnm9994u avatar gmillz avatar krarvind avatar cordell avatar andi34 avatar dankoman30 avatar dexter93 avatar tchaari avatar sooorajjj avatar kotzir avatar emarco avatar deadman96385 avatar antdking avatar thecrazyskull avatar ryzenforce990 avatar spearce avatar robbiel811 avatar omareinea avatar martinusbe avatar jubakuba avatar darkspadez avatar yank555-lu avatar hashcode avatar nospamdan avatar

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.