Skip to content
Snippets Groups Projects
Commit a4e6b945 authored by Clement  SERRE's avatar Clement SERRE
Browse files

Q2.2

parent bd03bc0c
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,16 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
M cdpw_tp1_SERRE_PRUNIER.md
```
0. Lister les branches locales et les fichiers présent dans le répertoire courant `*`
```git
clserre1@A210PC12:/h/Documents/cdpw $ git branch
* SERRE_PRUNIER
master
clserre1@A210PC12:/h/Documents/cdpw $ ls
cdpw_tp1_SERRE_PRUNIER.md file2ignore start
clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"Q2.1"
[SERRE_PRUNIER bd03bc0] Q2.1
1 file changed, 19 insertions(+)
```
0. Aficher le status de votre repo `*`
0. Créez une branche pour _développer_ la réponse de ce point (nommez là `mybranch-2.4` par exemple)
0. Afficher un historique sous forme de graph (`a dog`) de votre repo
......
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