Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git_course
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roberto Da Via
git_course
Commits
7e360648
Commit
7e360648
authored
6 years ago
by
Eric Pascolo
Browse files
Options
Downloads
Patches
Plain Diff
ex1.2 ok
parent
542900de
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-14
8 additions, 14 deletions
README.md
with
8 additions
and
14 deletions
README.md
+
8
−
14
View file @
7e360648
...
...
@@ -8,7 +8,7 @@ Author :
Version : Cineca Parallel Summer School 2018
**EX.0 : Configuration**
====================
====================
====
-
0.0.1 Check if git is installed on your machine
...
...
@@ -29,7 +29,7 @@ Version : Cineca Parallel Summer School 2018
**EX.1: Single Dev**
=========
=========
===========
EX.1.1 : BASIC COMMAND
-----------------------
...
...
@@ -106,7 +106,7 @@ EX.1.1 : BASIC COMMAND
git diff HEAD HEAD^
EX1.2 : REMOTE COMMAND
----------------------
----------------------
-
-
1.2.1 Create remote empty repository
-
1.2.2 Show if your local repo have remote repo linked
...
...
@@ -115,7 +115,7 @@ EX1.2 : REMOTE COMMAND
-
1.2.3 Copy remote repo URL and add to linked repo
git remote add your_url
origin
git remote add
origin
your_url
-
1.2.4 Sync local and remotes repository with push command
...
...
@@ -131,7 +131,7 @@ EX1.2 : REMOTE COMMAND
-
1.2.8 Create a remote repo for BACKUP, add as remote
git remote add url_backup_repo
backup
git remote add
backup
url_backup_repo
-
1.2.9 Check if local repo is linked with ORIGIN and BACKUP
...
...
@@ -139,18 +139,12 @@ EX1.2 : REMOTE COMMAND
-
1.2.10 Push local repo on BACKUP
git push backup master
git push --tags backup master
EX.1.3 : BRANCH COMMAND
------------------------
EX.1.3 : BRANCH COMMAND
-----------------------
**EX.2 : Team Dev**
=========
...
...
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