Team612 / 612-2015

FRC team 612's repository for 2015 season
GNU General Public License v2.0
4 stars 6 forks source link

Latch.cpp/.h and Elevator.cpp/.h are in the wrong folder #54

Closed toastertaster closed 9 years ago

toastertaster commented 9 years ago

The 4 files are in the Commands folders, but these are not commands. They belong in the Subsystems folder.

Rather than deleting the files (using git rm), you should use git mv to move the files to the appropriate directory.

toastertaster commented 9 years ago

Good job on naming the branch. If you create a pull request, we can get this accepted into master and close this issue!

Edit: You made this change off kitbot, but we need you to make the commit off master. I believe you can use git rebase master while you are in the bug-movefiles branch.

You might need to use git push --force bug-movefiles to push (without the force you might get an error). This is because you have pushed the branch name previously (rebase isn't always friendly after pushing is done because the remote has a branch with a different history than on your computer now).