Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EmbeddedLinux_UDOO-NEO
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
Container Registry
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
EmbeddedLinux_Group
EmbeddedLinux_UDOO-NEO
Commits
97af5d96
Commit
97af5d96
authored
6 years ago
by
Bourdel Laurent
Browse files
Options
Downloads
Patches
Plain Diff
5st README updated
parent
93c1eba8
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
README.md
+0
-30
0 additions, 30 deletions
README.md
with
0 additions
and
30 deletions
README.md
+
0
−
30
View file @
97af5d96
...
...
@@ -113,33 +113,3 @@ check modifications by : git diff --name-only master origin-teacher/master
update (merge) modif by : git pull origin-teacher master
!!! Well Done !!!
Command line instructions
Git global setup
git config --global user.name "Bourdel Laurent"
git config --global user.email "laurent.bourdel@insa-rennes.fr"
Create a new repository
git clone ssh://git@gitlab.insa-rennes.fr:16022/Laurent.Bourdel/EmbeddedLinux_UDOO-NEO.git
cd EmbeddedLinux_UDOO-NEO
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master
Existing folder
cd existing_folder
git init
git remote add origin ssh://git@gitlab.insa-rennes.fr:16022/Laurent.Bourdel/EmbeddedLinux_UDOO-NEO.git
git add .
git commit -m "Initial commit"
git push -u origin master
Existing Git repository
cd existing_repo
git remote rename origin old-origin
git remote add origin ssh://git@gitlab.insa-rennes.fr:16022/Laurent.Bourdel/EmbeddedLinux_UDOO-NEO.git
git push -u origin --all
git push -u origin --tags
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