Skip to content

Commit f5ccfa5

Browse files
committed
commit de PA 2
1 parent 0f1ab95 commit f5ccfa5

File tree

6 files changed

+36
-1
lines changed

6 files changed

+36
-1
lines changed

README.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1-
# powershell
1+
# powershell
2+
3+
4+
# Instructions :
5+
6+
il faut aller dans l'onglet fork, create new fork :
7+
8+
![alt1]./img/img1.png
9+
10+
puis create fork :
11+
12+
![alt1]./img/img2.png
13+
14+
Vous allez être redirigés vers votre dossier que vous venez de fork. En gros, vous avez cloné le projet directement sur votre github en ligne.
15+
Vous allez pouvoir maintenant cloner votre fork :
16+
17+
![alt1]./img/img3.png
18+
19+
- Passons aux lignes de commande
20+
21+
git clone https://github.com/Manianise/powershell.git
22+
23+
- add le remote repository de Ilan :
24+
25+
git remote add upstream https://github.com/ilan77ilou/powershell.git
26+
27+
- vérifier que ca a marché :
28+
29+
git remote -v
30+
31+
Enfin, après avoir fait vos changements, vous faites un pull request
32+
33+
![alt1]./img/img4.png
34+
35+
![alt1]./img/img5.png
36+

img/img1.png

23.4 KB
Loading

img/img2.png

108 KB
Loading

img/img3.png

29.3 KB
Loading

img/img4.png

22.8 KB
Loading

img/img5.png

29.8 KB
Loading

0 commit comments

Comments
 (0)