Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coursGIT
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
SWIATOKA Maximilien
coursGIT
Commits
2cd4c674
Commit
2cd4c674
authored
1 year ago
by
SWIATOKA Maximilien
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
2e7bb04a
Branches
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
compte_rendu.txt
+20
-0
20 additions, 0 deletions
compte_rendu.txt
with
20 additions
and
0 deletions
compte_rendu.txt
0 → 100644
+
20
−
0
View file @
2cd4c674
Compte rendu de toutes les
Commandes :
git init : créer un dépôt
git clone : cloner un dépôt
git add : ajouter des modifications à l'index
git commit : créer un commit
git push : envoyer les commits sur le dépôt distant
git pull : récupérer les commits du dépôt distant
git status : afficher l'état du dépôt
git log : afficher l'historique des commits
Pour se connecter :
git config --global user.name «...»
git config --global user.email «...»
git add –help
git commit -a : qui prendre en compte toutes les modifications non indexées
git remote -v : le dépôt distant a bien été ajouté avec la commande
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