Git:*你*如何使用它?/傻瓜教程
可能的重复:
Git 初学者:权威的实用指南
使用 git,人们如何使用它吗?我的意思是你是否必须一直使用终端,或者是否有一种对用户更友好的方式来做到这一点?
或者是否有针对 VCS 和 git 新手的教程?
Possible Duplicate:
Git for beginners: The definitive practical guide
With git, how do people use it? I mean do you have to use the terminal all the time, or is there a slightly more user friendly way of doing it?
Or is there a tutorial for a complete newcomer to VCS and git?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Github 来存储、共享和管理小东西(比如点文件)是了解如何使用 git 的好方法。他们还有一个非常有用的帮助页面,该页面又链接到git 速成课程。
Pro Git 这本书也完全免费在线提供,包括入门指南以及版本控制简介。
Using Github to store, share, and manage small things - like, say your dotfiles - is a pretty good way to get a feel for how you might use git. They also have an extremely useful help page, which in turn links to a crash course on git.
The book Pro Git is also online for free in its entirety, and includes a getting started guide, as well as an introduction to version control.
我总是使用 Gitgui(Git 附带的)。我认为唯一的例外是有时我会在命令行上创建存储库。
I always use Gitgui (which comes with Git). I think the only exception is sometimes I'll create the repository on the command line.