当前位置:网站首页>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
边栏推荐
- Use V-IF with V-for
- C accesses mongodb and performs CRUD operations
- Qt通过Url下载文件
- Pytorch BERT
- Talk about how the kotlin collaboration process establishes structured concurrency
- Comparaison de deux façons d'accéder à la base de données SQL Server (sqldatareader vs sqldataadapter)
- What kind of experience is it to develop a "grandson" who will call himself "Grandpa"?
- ES6 learning path (III) deconstruction assignment
- Generate directory in markdown
- Influencing factors of echo cancellation for smart speakers
猜你喜欢

Opencv learning notes -day10 logical operation of image pixels (usage of rectangle function and rect function and bit related operation in openCV)

Agp7.0|kts makes a reinforced plug-in

Abstract factory pattern

Introduction to the runner of mmcv

Explanation on the use of password profiteering cracking tool Hydra

Sort (simple description)

Flink Sql -- toAppendStream doesn‘t support consuming update and delete changes which

Flutter 0001, environment configuration

Opencv learning notes -day13 pixel value statistics calculation of maximum and minimum values, average values and standard deviations (use of minmaxloc() and meanstddev() functions)

Opencv learning notes -day4 image pixel reading and writing operations (array traversal and pointer traversal implementation, uchar vec3b data type and mat class functions mat:: at(), mat:: ptr())
随机推荐
维基媒体基金会公布新商业产品“维基媒体企业”首批客户
Why must redis exist in distributed systems?
Talk about writing
C # get the current timestamp
Common query and aggregation of ES
C#访问SQL Server数据库两种方式的比较(SqlDataReader vs SqlDataAdapter)
基于Svelte3.x桌面端UI组件库Svelte UI
Detailed explanation of pipline of mmdetection
Talk about how the kotlin collaboration process establishes structured concurrency
Torchvision loads the weight of RESNET except the full connection layer
Dart asynchronous task
9.JNI_ Necessary optimization design
Deeply understand the working principle of kotlin collaboration suspend (beginners can also understand it)
QT connection to Shentong database
Detectron2 source code reading 3-- encapsulating dataset with mapper
Pytorch for former Torch users - Tensors
Introduction to MySQL basics day4 power node [Lao Du] class notes
Alcohol tester scheme: what principle does the alcohol tester measure alcohol solubility based on?
C#訪問SQL Server數據庫兩種方式的比較(SqlDataReader vs SqlDataAdapter)
JPA naming rules