Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitFAE
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
firmware
gitFAE
Commits
041ca6cb
Commit
041ca6cb
authored
May 04, 2023
by
lishijun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add gclient config
parent
f75fa43e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
README.md
README.md
+24
-0
No files found.
README.md
View file @
041ca6cb
...
...
@@ -122,6 +122,29 @@ $ git init
---
### Gclient
##### gclient通过DEPS同步多个已创建的仓库:
```
bash
# 配置gclient
$
gclient config
--name
=
.
ssh://user@domain.com/repo.git@develop
# ssh://user@domain.com/repo.git为仓库
# @develop为同步分支
# DEPS为同步参考文件,需要匹配deps仓库权限
# 执行gclient 同步
$
gclient
sync
```
#####
---
### 本地修改
##### 显示工作路径下已修改的文件:
...
...
@@ -851,3 +874,4 @@ git flow hotfix finish VERSION
<img
alt=
"Git"
src=
"Img/remote_loacl.png"
>
</p>
<hr>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment