Difference between revisions of "GIT client"
(→Ignore files in GIT) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:Development]] | [[Category:Development]] | ||
+ | |||
+ | |||
=References= | =References= | ||
+ | Concepts, tutorials and how-to: | ||
+ | * Short introduction: [http://rogerdudler.github.io/git-guide/ Git short guide] | ||
+ | * Excellent "Git complete guide" (with videos): [https://docs.microsoft.com/en-us/azure/devops/repos/git/pulling?view=vsts&tabs=visual-studio Visual Studio GIT howTo] | ||
+ | * Complete and excellent introduction, all in 1 blog post: [https://itnext.io/become-a-git-pro-in-just-one-blog-a-thorough-guide-to-git-architecture-and-command-line-interface-93fbe9bdb395 Become a Git pro in just one blog: a thorough guide to git architecture and command line interface] | ||
+ | |||
+ | Official documentation: | ||
* Official website: http://git-scm.com | * Official website: http://git-scm.com | ||
* Help page: http://git-scm.com/book/en/ | * Help page: http://git-scm.com/book/en/ | ||
* GitHub wiki page: https://help.github.com/articles/set-up-git/ | * GitHub wiki page: https://help.github.com/articles/set-up-git/ | ||
− | |||
− | |||
=Installation= | =Installation= | ||
− | + | See [[GIT setup|Git setup]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | =Usage= | ||
− | + | See | |
+ | * [[GIT client (basic)| GIT client (basic usage)]] | ||
+ | * [[GIT client (EP)|GIT client European Parliament]] |
Latest revision as of 07:52, 19 November 2018
References
Concepts, tutorials and how-to:
- Short introduction: Git short guide
- Excellent "Git complete guide" (with videos): Visual Studio GIT howTo
- Complete and excellent introduction, all in 1 blog post: Become a Git pro in just one blog: a thorough guide to git architecture and command line interface
Official documentation:
- Official website: http://git-scm.com
- Help page: http://git-scm.com/book/en/
- GitHub wiki page: https://help.github.com/articles/set-up-git/
Installation
See Git setup
Usage
See