- 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.
- 過程控制工程及仿真
- 平面設(shè)計(jì)初步
- Visual C# 2008開發(fā)技術(shù)詳解
- 大數(shù)據(jù)挑戰(zhàn)與NoSQL數(shù)據(jù)庫技術(shù)
- 水晶石精粹:3ds max & ZBrush三維數(shù)字靜幀藝術(shù)
- 機(jī)器人人工智能
- 精通LabVIEW程序設(shè)計(jì)
- Visual Studio 2010 (C#) Windows數(shù)據(jù)庫項(xiàng)目開發(fā)
- Photoshop CS4數(shù)碼攝影處理50例
- 數(shù)字多媒體技術(shù)基礎(chǔ)
- 中國戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·數(shù)控系統(tǒng)
- 計(jì)算機(jī)辦公應(yīng)用培訓(xùn)教程
- Keras Reinforcement Learning Projects
- 人工智能:重塑個人、商業(yè)與社會
- 中老年人學(xué)數(shù)碼照片后期處理