This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -16,57 +16,56 @@ Questions can be asked by raising an `Issue`.
16
16
17
17
```
18
18
click on the clone button (green in colour).
19
-
20
19
```
21
20
22
21
- Using git on your local machine
23
-
22
+
24
23
```
25
- git clone https://github.com/eddiejaoude/hacktoberfest-practice.git
26
-
27
- ```
24
+ git clone https://github.com/eddiejaoude/hacktoberfest-practice.git
25
+ ```
26
+
27
+ - switch to the cloned folder
28
28
29
- - Make a new branch
30
29
```
31
- git checkout -b <name of new branch>
30
+ cd hacktoberfest-practice
31
+ ```
32
32
33
+ - Make a new branch
34
+
35
+ ```
36
+ git checkout -b <name of new branch>
33
37
```
34
38
35
- - Make changes in your repo
39
+ - Make changes in your repo
36
40
37
41
```
38
42
touch text.txt
39
43
echo "Hallo world" > text.txt
40
44
git add text.txt
41
-
42
45
```
46
+
43
47
- Commit the changes
44
48
45
49
```
46
- git commit -m "Initial commit"
50
+ git commit -m "Initial commit"
47
51
```
48
52
49
53
- Check the staus of your repository
50
54
51
55
```
52
- git status
53
-
56
+ git status
54
57
```
55
-
58
+
56
59
- Pushing your repository to github
57
60
58
61
```
59
-
60
- git push origin <name of your branch>
61
-
62
+ git push origin <name of your branch>
62
63
```
63
64
64
-
65
65
- Pulling your request
66
66
67
67
```
68
- click on pull request
69
-
68
+ click on pull request
70
69
```
71
70
72
71
## Hacktoberfest community
@@ -131,3 +130,4 @@ Questions can be asked by raising an `Issue`.
131
130
- [ Alex Valdez] ( https://github.com/arevaldez )
132
131
- [ Jatin Rao] ( https://github.com/jatin2003 )
133
132
- [ Sumeet Naik] ( https://github.com/sumeetweb )
133
+ - [ Gagan Gaur] ( https://github.com/gagangaur )
You can’t perform that action at this time.
0 commit comments