Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coby
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
anaee-dev
coby
Commits
d8a534db
Commit
d8a534db
authored
4 years ago
by
Rachid Yahiaoui
Browse files
Options
Downloads
Patches
Plain Diff
Add new file
parent
c7eee185
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
git-cmd/README.md
+110
-0
110 additions, 0 deletions
git-cmd/README.md
with
110 additions
and
0 deletions
git-cmd/README.md
0 → 100644
+
110
−
0
View file @
d8a534db
# Git Commands :
## 1. Clone Coby Project ( include all submodules ) :
```
git clone --recurse-submodules https://forgemia.inra.fr/anaee-dev/coby.git
cd coby
```
## 2. Git Commit - Push :
## + **2.1 On Coby Project ( NOT Submodules ) :**
```
git add -A
git commit -m "my_commit_coby"
git push origin master
```
## + **2.2 On Submodules :**
-
## 2.2.1
[
*Ontop-Materialize*
](
https://forgemia.inra.fr/anaee-dev/ontop-matarializer
)
:
+
###
**2.2.1.1 Before Modification**
```
cd src/core/pipeline/java_projects/ontop-matarializer/
git checkout master
```
+
###
**2.2.1.2 After Modification**
```
git add -A
git commit -m "my_commit_OntopMaterializer"
git push origin master
```
-
## 2.2.2
[
*CoreseInfer*
](
https://forgemia.inra.fr/anaee-dev/coreseinfer
)
:
+
###
**2.2.2.1 Before Modification**
```
cd src/core/pipeline/java_projects/CoreseInfer/
git checkout master
```
+
###
**2.2.2.2 After Modification**
```
git add -A
git commit -m "my_commit_coreseInfer"
git push origin master
```
-
## 2.2.3
[
*yedGen*
](
https://forgemia.inra.fr/anaee-dev/yedgen
)
:
+
###
**2.2.3.1 Before Modification**
```
cd src/core/pipeline/java_projects/yedGen/
git checkout master
```
+
###
**2.2.3.2 After Modification**
```
git add -A
git commit -m "my_commit_yedGen"
git push origin master
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment