-
Notifications
You must be signed in to change notification settings - Fork 1
OSX configuration for remote repos
Paul Ambrose edited this page Feb 21, 2017
·
6 revisions
[remote "origin"]
url = https://github.com/athenian-robotics/FRC-2017.git
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "camera-gear"]
url = [email protected]:/home/pi/git/FRC-2017.git
fetch = +refs/heads/*:refs/remotes/camera-gear/*
[remote "camera-rope"]
url = [email protected]:/home/pi/git/FRC-2017.git
fetch = +refs/heads/*:refs/remotes/camera-rope/*
[remote "lidar-gear"]
url = [email protected]:/home/pi/git/FRC-2017.git
fetch = +refs/heads/*:refs/remotes/lidar-gear/*
[remote "lcd1"]
url = [email protected]:/home/pi/git/FRC-2017.git
fetch = +refs/heads/*:refs/remotes/lcd1/*
[remote "origin"]
url = https://github.com/athenian-robotics/common_robotics.git
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "camera-gear"]
url = [email protected]:/home/pi/git/common-robotics.git
fetch = +refs/heads/*:refs/remotes/camera-gear/*
[remote "camera-rope"]
url = [email protected]:/home/pi/git/common-robotics.git
fetch = +refs/heads/*:refs/remotes/camera-rope/*
[remote "lidar-gear"]
url = [email protected]:/home/pi/git/common-robotics.git
fetch = +refs/heads/*:refs/remotes/lidar-gear/*
[remote "lcd1"]
url = [email protected]:/home/pi/git/common-robotics.git
fetch = +refs/heads/*:refs/remotes/lcd1/*
[remote "origin"]
url = https://github.com/athenian-robotics/object-tracking.git
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "camera-gear"]
url = [email protected]:/home/pi/git/object-tracking.git
fetch = +refs/heads/*:refs/remotes/camera-gear/*
[remote "camera-rope"]
url = [email protected]:/home/pi/git/object-tracking.git
fetch = +refs/heads/*:refs/remotes/camera-rope/*