Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
poo2019numeric
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
steven.liatti
poo2019numeric
Commits
cd700100
Commit
cd700100
authored
5 years ago
by
tanguy.dietrich
Browse files
Options
Downloads
Patches
Plain Diff
Ajout de memo pour l'utilisation de git
parent
200581fd
No related branches found
No related tags found
2 merge requests
!2
Tanguy
,
!1
David
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
memo_git.txt
+17
-0
17 additions, 0 deletions
memo_git.txt
src/main/java/ch/hepia/numeric/Vector.java
+1
-1
1 addition, 1 deletion
src/main/java/ch/hepia/numeric/Vector.java
with
18 additions
and
1 deletion
memo_git.txt
0 → 100644
+
17
−
0
View file @
cd700100
recupere l'etat actuel du projet a partir de git
>git clone https://githepia.hesge.ch/david.carballo/poo2019numeric
ajoute les nouvelle modification
>git add .
envoie un message indiquant les modification apporte au projet
>git commit -m "message"
modifie le git
>git pull
AUTRE :
verifie si il y a des changement
>git diff
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/main/java/ch/hepia/numeric/Vector.java
+
1
−
1
View file @
cd700100
...
...
@@ -126,4 +126,4 @@ final public class Vector {
public
boolean
equals
(
Object
obj
)
{
throw
new
UnsupportedOperationException
(
"This feature isn't implemented yet"
);
}
}
\ No newline at end of file
}
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