- Hands-On Software Engineering with Python
- Brian Allbee
- 312字
- 2021-06-24 18:20:42
Git
Git is, by a significant margin, the most popular SCM in use at present. It is a distributed SCM system that keeps local branches of code bases and other content very inexpensively, while still providing the ability to push locally committed code into a shared central repository that multiple users can then access and work from. Above all else, it's capable of handling a lot of concurrent commit (or patch) activity—not surprising since it was written to accommodate the Linux kernel development team's efforts, where there might be hundreds of such patches/commits at a time. It's fast and efficient, and the commands for basic functionality that covers most day-to-day needs are fairly easily committed to memory, if using the command line is the preferred approach.
Git has more functionality outside the normal commands and processes than in those processes themselves, that is, there are eight or nine commands that probably encompass the fetch/edit/reconcile/commit steps noted earlier, but Git has 21 commands in total, with the other 12-13 providing functionality that is less commonly needed or used. Anecdotal evidence suggests that most developers, unless they are working on projects over a certain size or complexity, are probably closer to the end of the spectrum that these folks are at:
There's no shortage of GUI tools for Git either, though many IDEs, whether in an effort to minimize context switches, or for some other reason, provide some sort of interface to Git, even if it's through an optional plugin. The best of those will also detect when problems with some process (a commit or push, for example) crop up, and provide some instruction on how to resolve those problems. There are also free standing Git-GUI applications, and even integrations with built-in system tools such as TortoiseGit (https://tortoisegit.org/) , which adds Git functionality to the Windows File Explorer.
- AutoCAD繪圖實用速查通典
- 計算機圖形學
- 高性能混合信號ARM:ADuC7xxx原理與應用開發
- 3D Printing with RepRap Cookbook
- 極簡AI入門:一本書讀懂人工智能思維與應用
- Julia 1.0 Programming
- 傳感器技術應用
- 大數據技術與應用
- 大數據驅動的設備健康預測及維護決策優化
- Enterprise PowerShell Scripting Bootcamp
- Bayesian Analysis with Python
- 寒江獨釣:Windows內核安全編程
- Microsoft Dynamics CRM 2013 Marketing Automation
- 計算機硬件技術基礎學習指導與練習
- 軟件質量管理實踐