Git(Git)工具

  • A version control system, to manage files on servers, collaborate on a project with a team, share code and assets, and avoid editing conflicts.

Learning GIT: https://learngitbranching.js.org/

Git:https://git-scm.com/book/zh/v2

GitHub code hosting service, based on Git.

  • An automation system, like Grunt or Gulp to automatically perform repetitive tasks, such as minifying code and running tests.

SourceTree

website_official

Simplicity and power in a beautiful Git GUI

一款免费的跨平台图形化GIT客户端。

Git

website_official github_open CMD

download https://git-scm.com/downloads

一款免费的跨平台[WindowsmacOSLinux]GIT客户端。

GitKraken

website_official money_pay 优美的跨平台的 Git 客户端

TortoiseGit

website_official windows

Windows Shell 下开源的海龟Git,也有SVN的兄弟TortoiseSVN website_official

MGit

一款手机上用的git工具 支持Android系统

Github: https://github.com/maks/MGit

Git Tools

Title
Link

Official Git Site

http://git-scm.com/

Official Git Video Tutorials

http://git-scm.com/videos

Code School Try Git

http://try.github.com/

Introductory Reference & Tutorial for Git

http://gitref.org/

Official Git Tutorial

http://git-scm.com/docs/gittutorial

Everyday Git

http://git-scm.com/docs/everyday

Git Immersion

http://gitimmersion.com/

Git for Computer Scientists

http://eagain.net/articles/git-for-computer-scientists/

Git Magic

http://www-cs-students.stanford.edu/~blynn/gitmagic/

GitHub Training Kit

http://training.github.com/kit

Git Visualization Playground

http://onlywei.github.io/explain-git-with-d3/#freeplay

Last updated