eacousineau / executive_smach_tutorials

Cloned from: https://code.ros.org/svn/ros-pkg/stacks/executive_smach_tutorials/trunk
7 stars 26 forks source link

import indigo branch #1

Open k-okada opened 7 years ago

k-okada commented 7 years ago

I have released your repository at https://github.com/ros/rosdistro/pull/14873#issuecomment-299062284, but if possible I'd like to use your original repository, not forked one.

$ git clone https://github.com/eacousineau/executive_smach_tutorials
Cloning into 'executive_smach_tutorials'...
remote: Counting objects: 122, done.
remote: Total 122 (delta 0), reused 0 (delta 0), pack-reused 122
Receiving objects: 100% (122/122), 19.88 KiB | 0 bytes/s, done.
Resolving deltas: 100% (91/91), done.
Checking connectivity... done.
$ cd executive_smach_tutorials/
$ git remote add indigo https://github.com/rhaschke/executive_smach_tutorials.git
$ git fetch --all
Fetching origin
Fetching indigo
remote: Counting objects: 50, done.
remote: Total 50 (delta 22), reused 22 (delta 22), pack-reused 28
Unpacking objects: 100% (50/50), done.
From https://github.com/rhaschke/executive_smach_tutorials
 * [new branch]      hydro-devel -> indigo/hydro-devel
 * [new branch]      indigo-devel -> indigo/indigo-devel
 * [new branch]      master     -> indigo/master
$ git checkout indigo-devel 
Branch indigo-devel set up to track remote branch indigo-devel from indigo.
Switched to a new branch 'indigo-devel'
$ git push origin indigo-devel 
eacousineau commented 6 years ago

Sorry for not responding sooner, and great job on the upstreaming! I'll update the README to point to https://github.com/rhaschke/executive_smach_tutorials.git