Skip to content
Snippets Groups Projects
Commit 97af5d96 authored by Bourdel Laurent's avatar Bourdel Laurent
Browse files

5st README updated

parent 93c1eba8
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment