Skip to content

Commit

Permalink
Add : Footer Addded
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumonta056 committed Aug 22, 2023
1 parent 6ccac46 commit f934a81
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 21 deletions.
Binary file added Images/footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 25 additions & 21 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
👉 Click The Desire Content
</span></h3>

## Content List

- **[💻 Installation ](#tips---1)**
- **[🧑‍💻 Setting up Git Environment ](#tips---2)**
- **[🔔 Git Commands List ](#tips---3)**
Expand Down Expand Up @@ -58,7 +60,8 @@
- GitHub Desktop (**[👉Download](https://desktop.github.com/)**)
- How to **install GitHub Desktop** Step by Step (**[👉Tutorial Link](https://www.youtube.com/watch?v=RPagOAUx2SQ)**)

<hr>
[![E](Images/footer.png 'E')](#content-list)


### Tips - 2

Expand All @@ -77,7 +80,7 @@

3. Setting Done Successfully

<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 3

Expand Down Expand Up @@ -117,7 +120,7 @@
| **👉 git reset** | **✍️ Unstage a file** |
| | `git reset file.txt` |

<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 4

Expand Down Expand Up @@ -167,6 +170,7 @@
- pwd = print working directory
7. Create a new file in that location(text.txt)

[![E](Images/footer.png 'E')](#content-list)

### Tips - 6

Expand All @@ -184,7 +188,7 @@
- **Code - 8 :**`git push"`
- Force Push:`git push -f"`

<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 7

Expand All @@ -210,7 +214,7 @@
2. **Code - 2 :**`git reset -- "file name"`
3. Unstaging file successfully

<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 8

Expand All @@ -226,7 +230,7 @@
3. Write the following code
- **Code - 2 :**`git checkout "Hash Code"`

<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 9

Expand Down Expand Up @@ -262,15 +266,15 @@
7. Check Branch Status
- **Code - 6 :**`git branch`

<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 10

<h2><span style="color:#5D9C59;font-weight:700;font-size:30px">
🥷 Git Pull - Fetch - Merge
</span></h2>

<hr>
[![E](Images/footer.png 'E')](#content-list)

#### Tips - 11

Expand Down Expand Up @@ -300,7 +304,7 @@
3. Pull from master branch
- **Code - 3 :**`git pull origin master`

<hr>
[![E](Images/footer.png 'E')](#content-list)

#### Tips - 12

Expand Down Expand Up @@ -331,7 +335,7 @@
- **Code - 3 :**`git pull`
- **Force Pull :**`git pull origin master`

<hr>
[![E](Images/footer.png 'E')](#content-list)

#### Tips - 13

Expand All @@ -341,7 +345,7 @@

##### 🎥 Video Tutorial : **([👉Click Here](https://www.youtube.com/watch?v=KmagW60Li-o))**

<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 14

Expand Down Expand Up @@ -369,7 +373,7 @@
8. Now do the following Steps **[👉Click Here](https://www.youtube.com/watch?v=jRLGobWwA3Y)**


<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 15

Expand All @@ -389,7 +393,7 @@
> 🍀 **Setup NPM & NodeJs** **([👉Click Here](https://www.youtube.com/watch?v=mIW_8dMQaUk))**

<hr>
[![E](Images/footer.png 'E')](#content-list)


### Tips - 16
Expand Down Expand Up @@ -464,7 +468,7 @@
✅✅ ➕ Fix: fix bug on landing page
```

<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 17

Expand Down Expand Up @@ -571,7 +575,7 @@
```
**✍️ Mistakes happen! if you need to undo a previous commit , use 'revert commit type to roll back changes and restore the previous states**

<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 18

Expand All @@ -590,7 +594,7 @@
##### 🕵️ Description: Mistakenly deleted an important repository
* 👉 **Solution** : Blog Link Step By Step **([👉Click Here](https://docs.github.com/en/repositories/creating-and-managing-repositories/restoring-a-deleted-repository))**

<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 19

Expand All @@ -614,7 +618,7 @@
- **Code - 4** : `git push origin master`
7. **Successfully committed with a random date**

<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 20

Expand Down Expand Up @@ -675,7 +679,7 @@ There are various types of files we might want the git to ignore before committi
```


<hr>
[![E](Images/footer.png 'E')](#content-list)

### Tips - 21

Expand All @@ -697,7 +701,7 @@ There are various types of files we might want the git to ignore before committi



<hr>
[![E](Images/footer.png 'E')](#content-list)



Expand Down Expand Up @@ -906,7 +910,7 @@ If you're ready to start making code contributions (beyond just fixing typos), h
###### 🎥 How to give access permissions of your repository to other **([👉Click Here](https://youtu.be/nS9QbJt4KaQ?t=380))**


<hr>
[![E](Images/footer.png 'E')](#content-list)



Expand Down Expand Up @@ -1019,4 +1023,4 @@ To prevent such conflicts, developers work in separate isolated branches. The Gi
```


<hr>
[![E](Images/footer.png 'E')](#content-list)

0 comments on commit f934a81

Please sign in to comment.