Difference between revisions of "Git Links"

From HaFrWiki
Jump to: navigation, search
(Created page with "{{TOCright}} == Introduction == A list of useful links == External == * [https://github.com GitHub] is the best place to share code with friends, co-workers, classmates, an...")
 
m
Line 9: Line 9:
 
** [https://help.github.com Help GitHub], The best place to look with a massive number of categories and help. A must if you are looking for something.
 
** [https://help.github.com Help GitHub], The best place to look with a massive number of categories and help. A must if you are looking for something.
 
* [https://app.cloudforge.com Cloudforge], Free Git repository Website for all your code.
 
* [https://app.cloudforge.com Cloudforge], Free Git repository Website for all your code.
 +
* [https://git-scm.com/doc Git-Scm], Git-Documentation is an open source site hosted by GitHub.
 +
** [https://git-scm.com/docs Git-Scm], Git-Reference Documentation.
 +
** [https://git-scm.com/doc/ext Git-Scm], Git External Links
 +
** [https://git-scm.com/docs/gittutorial Git-Scm], Git Tutorial
  
 
=== Tutorials ===
 
=== Tutorials ===

Revision as of 19:45, 16 July 2017

Introduction

A list of useful links

External

  • GitHub is the best place to share code with friends, co-workers, classmates, and complete strangers. Over eight million people use GitHub to build amazing things together.
    • Guides GitHub, Basic Information (Guides) to Git and the implementation of Git on GitHub.
    • Help GitHub, The best place to look with a massive number of categories and help. A must if you are looking for something.
  • Cloudforge, Free Git repository Website for all your code.
  • Git-Scm, Git-Documentation is an open source site hosted by GitHub.

Tutorials


See also

top

Reference

top