Created
March 13, 2019 02:28
-
-
Save moriarty/4baa481f52d3abebe1ea2c6fe92c99d5 to your computer and use it in GitHub Desktop.
Fetch Gazebo Melodic branches on Kinetic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global user.email "[email protected]" | |
git config --global user.name "Alexander Moriarty" | |
cd /ros/kinetic/src/fetch_gazebo/ | |
git revert 146ae27854fb6573e42a4bb918c5257f6a018193 | |
cd /ros/kinetic/src/fetch_ros/fetch_depth_layer/ | |
git revert 09db2ce01300b253b7fc7fd01ce258e20f2b9b41 | |
git status | |
vim package.xml | |
git add package.xml | |
git revert --continue | |
git revert d96eb9af685a9c43a9b75f8205698e885d0ac40f | |
git status | |
catkin build | |
history |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment