GitHub - texinsoft-alan/python-can: Add canable 2.0 tool support to the slcan interface.
Add canable 2.0 tool support to the slcan interface.
C\rS6\rO\r
C\rS6\rY2\rO\r
A0\rb123F11121314151617182122232425262728313233343536373841424344454647485152535455565758616263646566676871727374757677788182838485868788\r
V\r
git remote set-url origin https://github.com/hardbyte/python-can.git && \
git fetch --all && \
for b in `git branch -r | grep -v -- HEAD`; do git branch --track ${b##origin/} $b; done && \
git pull --all && \
git remote set-url origin https://github.com/texinsoft-alan/python-can.git && \
git push --all origin && \
git push --tags origin