当前位置:网站首页>Code management related issues
Code management related issues
2022-06-30 09:18:00 【An old dog ˉ】
git
Code version control tool .
gerrit
The server where the code is stored .
repo
One encapsulates git Command tools , Yes google Developed a series of python Script , Available in batch git operation . You can operate multiple... In one step git Warehouse . The smallest unit to manage and store code is the warehouse . It is mainly used for batch management git Warehouse .repo The batch management of mainly depends on a list file , This file contains all the information related to a branch project Information .
repo Common commands
| command | describe |
|---|---|
| repo init | Initialize a new one repo client |
| repo sync | Synchronize client code |
| repo start | establish repo Branches of all warehouses in |
| repo status | Show the status of the current branch |
git Common commands
| command | describe |
|---|---|
| git add | Add the changed file to the cache |
| git commit | Submit cache file |
| git branch | Show the local branch of the current warehouse |
| git branch branch_name | Create a branch |
| git checkout branch_name | Switch branches |
| git merge branch_name | Merge the specified branch to the current branch |
| git diff | Show how the current branch differs from the last commit |
| git log | Show each submission of the current branch |
If you have any questions, please chat privately or email ([email protected]) Discuss together
边栏推荐
- float
- Talk about the job experience of kotlin cooperation process
- Comparaison de deux façons d'accéder à la base de données SQL Server (sqldatareader vs sqldataadapter)
- C accesses mongodb and performs CRUD operations
- Detectron2 source code reading 4-- registrar construction model
- Pit encountered by fastjason
- c#获取当前的时间戳
- C#访问MongoDB并执行CRUD操作
- Invalid update: invalid number of sections. The number of sections contained in the table view after
- Mmcv expanding CUDA operator beginner level chapter
猜你喜欢

ES6 learning path (III) deconstruction assignment

Implementing custom drawer component in quick application

Opencv learning notes -day 12 (ROI region extraction and inrange() function operation)

Opencv learning notes-day6-7 (scroll bar operation demonstration is used to adjust image brightness and contrast, and createtrackbar() creates a scroll bar function)

Evaluation standard for audio signal quality of intelligent speakers

The elegant combination of walle and Jianbao

Opencv learning notes -day 11 (split() channel separation function and merge() channel merge function)

Rew acoustic test (VI): signal and measurement

Bind threads to run on a specific CPU logical kernel

Tutorial for beginners of small programs day01
随机推荐
Qt通过Url下载文件
Generate directory in markdown
Deep understanding of kotlin collaboration context coroutinecontext
Application of hongruan face recognition
JVM tuning related commands and explanations
Opencv learning notes -day3 (mat object and creation related operations mat:: clone(), mat:: copyto(), mat:: zeros(), mat:: ones(), scalar()...)
Esp32 (6): Bluetooth and WiFi functions for function development
The elegant combination of walle and Jianbao
Opencv learning notes -day 12 (ROI region extraction and inrange() function operation)
Why must redis exist in distributed systems?
C#訪問SQL Server數據庫兩種方式的比較(SqlDataReader vs SqlDataAdapter)
Get to know handler again
Detectron2 source code reading 3-- encapsulating dataset with mapper
将线程绑定在某个具体的CPU逻辑内核上运行
Design specification for smart speakers v1.0
Talk about writing
About MySQL Boolean and tinyint (1)
Flink SQL custom connector
Qt连接神通数据库
Script summary