An open API service indexing awesome lists of open source software.

https://github.com/aminul-islam-niloy/github-pro

Basic and Advance operation on Git & Github
https://github.com/aminul-islam-niloy/github-pro

Last synced: 3 months ago
JSON representation

Basic and Advance operation on Git & Github

Awesome Lists containing this project

README

        

Author : Aminul islam Niloy

___
# Git and Github

## This repo is about basic and advance oparation on git and github

___

In this section you can learn how to add README.md file and edit inside md file. I think it's very easy and important for developer


_operatin is stated from here :_

1. you can also use <- i> for italic text and style

__2. if you use double underscore in start and last then it will be bold__

~~3. if you want to delete and text you can use ~ 2 times is start and last~~
##### 4. is work like h1 or ....h6 and yo have to use in start position on sentance and make sure leading space
___

5 if you want need break line you can use <-br/> and also you can use two space

6 if you want to use plain line then just type underscore 3 time _ _ _ without space

`7. Happy Coding` if you want inline use ` in start and end position

```

8. if you want t wite multiple line code then just type ` is three time without space and make sure position is start and last & also use enter

this is body

you assume that it's like html and you're correct !

```

```html

this is h3 tag


_is using for italic_

used for peragraph

```

```javascript
console.log("are you still reading? )
console.log("Good !")

# in this section you understood that after ` 3 time if you use language type it will be look like those language
```

#### 8. For order list :

8. this is 8 number rules or operation
8.1 this is 8.1
8.11 is inside 8
8.111
9 is not working but why?


#### 9. Unorder list

- list 1
- list 1.1
- list 1.2
- list 2
- list 3


#### 10. Task list

- [x] list 1
- [x] list 2
- [x] list 3
- [] list 4

#### 11. link use:

https://no-attribution.blogspot.com/

_use can also use_
[no attribute](https://no-attribution.blogspot.com/) by using [ insite title ] title and (link) insde

#### for good practice use link in another and assign from there :
[no attribute][website]
[Multicast][mmm]
[facebookpage][website]

[website]:https://no-attribution.blogspot.com/
[mmm]:https://no-attribution.blogspot.com/

[facebook]:https:www.facebook.aminul-islam-niloy


#### 12. image adding
![profile](./image/readme.png)

#### if you want to add image you can follow this :
! then [alt text] then (path)

example: ![title](./image/path.png)

also you can use



### 13. emoji using

directly use emoji 😊❤️👌😁


### 14. Table

| Name | Address |
| ----- | -----|
| Aminul islam | Gazipur, Dhaka|
| Aminul islam niloy | Dhaka Bangladesh|

#### example :

![profile](./image/table.png)