Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mylabstocks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
yvertlab
mylabstocks
Commits
17a36883
Verified
Commit
17a36883
authored
1 year ago
by
Gael Yvert
Browse files
Options
Downloads
Patches
Plain Diff
dev doc: instruct to commit after running ./gitfunctionalitytables.sh
parent
00c361dc
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
doc/dev/README.md
+3
-2
3 additions, 2 deletions
doc/dev/README.md
with
3 additions
and
2 deletions
doc/dev/README.md
+
3
−
2
View file @
17a36883
...
@@ -90,16 +90,17 @@ We therefore ask you to follow the procedure described in this example:
...
@@ -90,16 +90,17 @@ We therefore ask you to follow the procedure described in this example:
-
After you have edited some functionality in Voyager, for example BREADs, and you are happy with these edits, run
-
After you have edited some functionality in Voyager, for example BREADs, and you are happy with these edits, run
```
sh
```
sh
git add
*
git add
*
git commit
git commit
-m
"I changed this and that in the code"
./gitfunctionalitytables.sh
./gitfunctionalitytables.sh
git commit
-m
" I changed this and that in BREADS and MENUs..."
```
```
-
Let's assume now that you want to start doing some tasks in a new branch called dev:
-
Let's assume now that you want to start doing some tasks in a new branch called dev:
```
sh
```
sh
git chekout
-b
dev
git chekout
-b
dev
do
some work on files and/or BREADs and/or MENUs ...
do
some work on files and/or BREADs and/or MENUs ...
git add
*
git add
*
git commit
-m
"I did some dev tasks"
./gitfunctionalitytables.sh
./gitfunctionalitytables.sh
git commit
-m
"I did some dev tasks"
```
```
-
And now you want to go back to branch master and retrieve not only the files but also the BREADs and MENUs
-
And now you want to go back to branch master and retrieve not only the files but also the BREADs and MENUs
```
sh
```
sh
...
...
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