15
15
16
16
Fork this repository by clicking on the fork button on the top of this page.
17
17
This will create a copy of this repository in your account.
18
+
18
19
<img src =" https://user-images.githubusercontent.com/56690856/96425111-453c6380-1219-11eb-80f4-f46a0371ed2e.png " >
19
20
20
21
## Clone the repository 🏁
21
22
22
23
Now clone the forked repository to your machine. Go to your GitHub account, open the forked repository, click on the code button and then click the _ copy to clipboard_ icon.
24
+
23
25
<img src =" https://user-images.githubusercontent.com/56690856/96425484-b24ff900-1219-11eb-9cf0-58053ee8b758.png " >
24
26
25
27
Open a terminal and run the following git command:
@@ -35,11 +37,8 @@ For example:
35
37
```
36
38
git clone https://github.com/sanscript-tech/hacking-tools-scripts
37
39
```
38
- <img src =" https://user-images.githubusercontent.com/56690856/96425961-3ace9980-121a-11eb-8516-8235782e86f9.png " >
39
40
40
- ## Tech stacks used 🛴
41
-
42
- ** Any Scripting Language**
41
+ <img src =" https://user-images.githubusercontent.com/56690856/96425961-3ace9980-121a-11eb-8516-8235782e86f9.png " >
43
42
44
43
## Create a branch ⚓
45
44
@@ -48,6 +47,7 @@ Change to the repository directory on your computer (if you are not already ther
48
47
```
49
48
cd (filename)
50
49
```
50
+
51
51
<img src =" https://user-images.githubusercontent.com/56690856/96426111-6ea9bf00-121a-11eb-90e3-8ccc7183a6c0.png " >
52
52
53
53
Now create a branch using the ` git checkout ` command:
@@ -61,7 +61,9 @@ For example:
61
61
```
62
62
git checkout -b dev_username
63
63
```
64
+
64
65
<img src =" https://user-images.githubusercontent.com/56690856/96426659-2a6aee80-121b-11eb-81f3-d616ae00229d.png " >
66
+
65
67
## Make necessary changes and commit those changes 🚏
66
68
67
69
Do the necessary changes.
@@ -75,6 +77,8 @@ Add those changes to the branch you just created using the `git add` command:
75
77
git add .
76
78
```
77
79
80
+ <img src =" https://user-images.githubusercontent.com/56690856/96427459-34412180-121c-11eb-9fa1-72cdaeae61f3.png " >
81
+
78
82
Now commit those changes using the ` git commit ` command:
79
83
80
84
```
@@ -83,6 +87,8 @@ git commit -m "(Add your message here)"
83
87
84
88
replacing ` <Add your message here> ` with your message.
85
89
90
+ <img src =" https://user-images.githubusercontent.com/56690856/96427464-35724e80-121c-11eb-91c2-20001f5def5a.png " >
91
+
86
92
## Push changes to GitHub 🪂
87
93
88
94
Push your changes using the command ` git push ` :
@@ -93,10 +99,13 @@ git push origin <branch-name>
93
99
94
100
replacing ` <branch-name> ` with the name of the branch you created earlier.
95
101
102
+ <img src =" https://user-images.githubusercontent.com/56690856/96427466-360ae500-121c-11eb-9c02-e201906a0a72.png " >
103
+
96
104
## Submit your changes for review 🚩
97
105
98
106
If you go to your repository on GitHub, you'll see a ` Compare & pull request ` button. Click on that button.
107
+ <img src =" https://user-images.githubusercontent.com/56690856/96427945-ce08ce80-121c-11eb-9223-a120c7d72541.png " >
99
108
100
109
Now submit the pull request.
101
110
102
- Soon we will be merging all your changes into the master branch of this project. You will get a notification email once the changes have been merged.
111
+ < img src = " https://user-images.githubusercontent.com/56690856/96427954-cfd29200-121c-11eb-90f7-1f4ea2f8342f.png " >
0 commit comments