utra-robosoccer / soccer-embedded

Collection of embedded programs for an autonomous humanoid soccer robot
http://utrahumanoid.ca
32 stars 8 forks source link

Remove Robot_F7/.settings/language.settings.xml from git tracking #168

Closed rfairley closed 5 years ago

rfairley commented 5 years ago

Fixes: #90

Accidentally pushed to master... https://github.com/utra-robosoccer/soccer-embedded/commit/87cc51e62fdb0967618df8a47a816aef7ef659ac

rfairley commented 5 years ago

This worked when cloning a new repository and opening in System Workbench - adding a new file in the path Robot_F7/.settings/language.settings.xml did not show it as a file that can be staged for commit with git status.

rfairley commented 5 years ago

Closing as the commit is in master, but feel free to re-open if there are any comments

rfairley commented 5 years ago

This is the command to remove it without creating a new repository: git rm --cached Robot_F7/.settings/language.settings.xml (though pulling in the new master should just "delete" it from git, and it'll be ignored in future)