-
Notifications
You must be signed in to change notification settings - Fork 0
Git Cheat Sheet
Jayshua edited this page Feb 23, 2018
·
7 revisions
Super short overview on the important Git commands
So there's a problem with lfs right now :( In the meantime, use the repository on csmain. The repo on csmain does not have LFS, so be sure to check the Checkout.txt file in \18-Nautilus\Checkout.txt
- Map a network drive to \\csmain\Classes\SE_Project\Development\18-Nautilus (goto "This PC" and click "Map Network Drive" in the ribbon.)
- run
git clone Z:\no-horizon
git lfs clone https://github.com/Jayshua/nautilus
git lfs lock <file>
git lfs unlock <file>
git add *
git commit
git push
git config --global http.proxy http://<id>:<pass>@wsa-sn.pcci.edu:3128
git config --global https.proxy https://<id>:<pass>@wsa-sn.pcci.edu:3128
git config --global http.proxy http://<id>:<pass>@wsa-sn.pcci.edu:3128
git config --global https.proxy https://<id>:<pass>@wsa-sn.pcci.edu:3128
git lfs clone https://github.com/jayshua/nautilus
git config --global http.sslVerify false
git config --global https.sslVerify false