Difference between revisions of "Git"
Line 7: | Line 7: | ||
https://wac-cdn.atlassian.com/dam/jcr:d60ca565-89db-4f07-98a0-dd35fae97293/git1.jpg?cdnVersion=945 | https://wac-cdn.atlassian.com/dam/jcr:d60ca565-89db-4f07-98a0-dd35fae97293/git1.jpg?cdnVersion=945 | ||
+ | |||
+ | =Install= | ||
+ | '''GitHub for Windows''' | ||
+ | https://windows.github.com | ||
+ | |||
+ | '''GitHub for Mac''' | ||
+ | https://mac.github.com | ||
+ | |||
+ | '''Git for All Platforms''' | ||
+ | http://git-scm.com | ||
+ | |||
+ | Git distributions for Linux and POSIX systems are available on | ||
+ | the official Git SCM web site. | ||
+ | |||
+ | |||
=Others= | =Others= |
Revision as of 08:41, 10 April 2020
official website: https://git-scm.com/
Quick Reference Book / Basic Git Commands:
https://github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf
https://wac-cdn.atlassian.com/dam/jcr:d60ca565-89db-4f07-98a0-dd35fae97293/git1.jpg?cdnVersion=945
Install
GitHub for Windows https://windows.github.com
GitHub for Mac https://mac.github.com
Git for All Platforms http://git-scm.com
Git distributions for Linux and POSIX systems are available on the official Git SCM web site.