Skip to content

development_workflow

Harsh Gupta edited this page Jul 11, 2014 · 1 revision

Developement Workflow

Installing Prerequisite softwares

Installing ROS

Installing and testing our code

Setup Git

Basic triangular workflow of git

You don't push to the main AGV-IIT-KGP repo even if you have the permission to do so.

Change the push url of your origin remote so that you don't accidently push to it. git remote set-url origin --push http://github.com/<your_github_handle>/<repo_name>.git

Sending a patch

Review guidelines