--- title: Wiki Git Resources localeTitle: Wiki Git Resources --- # Git资源 [Git VCS](https://git-scm.com)上的一组资源。 Git是一个免费的开源分布式版本控制系统,旨在快速,高效地处理从小型到大型项目的所有事务。 ## 用品 * [别名](http://forum.freecodecamp.com/t/wiki-git-aliases/13155) * [修改最后](http://forum.freecodecamp.com/t/amending-the-most-recent-commit-message/13186) * [代理人背后的Git](http://forum.freecodecamp.com/t/git-behind-a-proxy-server/13187) * [怪](http://forum.freecodecamp.com/t/find-the-culprit-with-git-blame/13194) * [更改远程存储库的URL](http://forum.freecodecamp.com/t/change-the-url-of-a-remote-repository/13196) * [签出远程分支](http://forum.freecodecamp.com/t/checkout-a-remote-branch-in-git/13198) * [克隆所有远程分支](http://forum.freecodecamp.com/t/cloning-all-remote-branches-in-git/13202) * [克隆特定分支](http://forum.freecodecamp.com/t/cloning-a-specific-branch-in-git/13199) * [编写好的Git提交消息](http://forum.freecodecamp.com/t/writing-good-git-commit-messages/13210) * [在本地和远程删除分支](http://forum.freecodecamp.com/t/delete-a-git-branch-both-locally-and-remotely/13211) * [放弃未分级的更改](http://forum.freecodecamp.com/t/discard-unstaged-changes-in-git/13214) * [合并](http://forum.freecodecamp.com/t/understand-how-to-use-git-merge/13215) * [拉上覆盖本地文件](http://forum.freecodecamp.com/t/override-local-files-with-git-pull/13216) * [Pull vs Fetch](http://forum.freecodecamp.com/t/git-pull-vs-git-fetch/13219) * [将本地推送到远程存储库](http://forum.freecodecamp.com/t/push-a-new-local-branch-to-a-remote-git-repository-and-track-it-too/13222) * [变基](http://forum.freecodecamp.com/t/how-to-use-git-rebase/13226) * [删除子模块](http://forum.freecodecamp.com/t/how-to-remove-a-submodule-in-git/13228) * [重命名本地分支](http://forum.freecodecamp.com/t/rename-local-branches-in-git/13230) * [壁球提交](http://forum.freecodecamp.com/t/how-to-squash-multiple-commits-into-one-with-git/13231) * [撤消Git Add](http://forum.freecodecamp.com/t/how-to-undo-a-git-add/13237) * [撤消和重做提交](http://forum.freecodecamp.com/t/when-to-undo-redo/13233) * [Untrack文件](http://forum.freecodecamp.com/t/untrack-files-previously-committed-from-new-gitignore/13239) ## 书籍和教程 * [Pro Git](https://git-scm.com/book) - 由Scott Chacon和Ben Straub编写并由Apress出版的整本Pro Git书籍可在此处获取。免费下载PDF,mobi或ePub表格。 * [成为一个git大师 - Atlassian](https://www.atlassian.com/git/tutorials/) - 响应网站与Git教程,培训和文章。 * [Git In The Trenches](http://cbx33.github.io/gitt/) - Git In The Trenches,或者GITT旨在成为一本专注于教人们使用Git的书,通过与一个名为Tamagoyaki Inc.的虚构公司所经历的场景相关联。以PDF,mobi或者下载本书ePub表格免费。 * [官方Git教程](https://git-scm.com/docs/gittutorial) - 本教程解释了如何将新项目导入Git,对其进行更改以及与其他开发人员共享更改。 * [官方Git用户手册](https://git-scm.com/docs/user-manual.html) - 本手册旨在让具有基本UNIX命令行技能的人可读,但之前没有Git知识。 * [试试Github和CodeSchool的Git教程](https://try.github.io) - 本教程是一个快速的15分钟冲刺,可以在浏览器中开始使用Git。 ## 其他资源 * [Git Ready](http://gitready.com) - 由Nick Quaranto'一次学习git one commit' * [Hub](https://hub.github.com/) -Hub是git的命令行包装器,可以让你在GitHub上更好。