{"id":19606754,"url":"https://github.com/learnwithfair/github-documentation","last_synced_at":"2025-07-12T20:08:28.423Z","repository":{"id":237353497,"uuid":"794223967","full_name":"learnwithfair/github-documentation","owner":"learnwithfair","description":"github-documentation  [learnwithfair, Learn with fair, Rahatul Rabbi, Md Rahatul Rabbi ,rahatulrabbi]","archived":false,"fork":false,"pushed_at":"2025-02-13T05:06:26.000Z","size":2915,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T00:47:05.622Z","etag":null,"topics":["documentation","git","github","github-documentation-generator","learn-with-fair","learnwithfair","rahatul-rabbi","rahatulrabbi"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/learnwithfair.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-30T17:37:19.000Z","updated_at":"2025-02-13T05:06:29.000Z","dependencies_parsed_at":"2025-02-26T16:43:58.170Z","dependency_job_id":"1e5bcf78-9cbe-41ce-a17f-d6cf516a09fa","html_url":"https://github.com/learnwithfair/github-documentation","commit_stats":null,"previous_names":["learnwithfair/github-documentation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fgithub-documentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fgithub-documentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fgithub-documentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/learnwithfair%2Fgithub-documentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/learnwithfair","download_url":"https://codeload.github.com/learnwithfair/github-documentation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850882,"owners_count":21973672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["documentation","git","github","github-documentation-generator","learn-with-fair","learnwithfair","rahatul-rabbi","rahatulrabbi"],"created_at":"2024-11-11T10:07:06.581Z","updated_at":"2025-07-12T20:08:28.408Z","avatar_url":"https://github.com/learnwithfair.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Youtube][youtube-shield]][youtube-url]\n[![Facebook][facebook-shield]][facebook-url]\n[![Instagram][instagram-shield]][instagram-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\nThanks for visiting my GitHub account!\n\n\n# Git \u0026 GitHub DOCUMENTATION\n\n\n\u003cimg src =\"https://1000logos.net/wp-content/uploads/2021/05/GitHub-logo.png\" height = \"200px\" width = \"200px\"/\u003e \n\n\u003e **GitHub** is a developer platform that allows developers to create, store, manage and share their code. It uses Git software, providing the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project. [more](https://www.w3schools.com/css/)\n\n### [Code-Example](https://github.com/learnwithfair/github)\n\n## Source Code (Download)\n\n[Click Here](https://mega.nz/folder/RGFiUApD#PoKIVCwF8IkQhE2PHw1XxQ)\n\n## Required Software (Download)\n\n- Git, Download -\u003ehttps://git-scm.com/download/win\n\n## Project Overview\n\n|                                       |\n| :-----------------------------------: |\n|             Git \u0026 Github              |\n| ![roadmap](images/git%20and%20github.png) |\n\n1. git?\n   - git is a version control software\n   - It keep track of code changes\n   - It helps to collaborate in a project\n   - It is installed and maintained locally\n   - It provides Command Line Interface (CLI)\n   - Released in April 7, 2005\n   - Developed by Linus Torvalds \u0026 Junio C Hamano\n2. github?\n   - GitHub is a hosting service where we can keep our git repositiory/folders\n   - It is maintained on cloud/web\n   - It provides Graphical User Interface (GUI)\n   - Founded in 2008\n\n\n## One Step Back\n```bash\ncd ../\n```\n\n\n\n  \n## Repository Upload Command\n\n```bash\n…or create a new repository on the command line\necho \"# Laravel-restaurant\" \u003e\u003e README.md\ngit init\ngit config --global --add safe.directory 'E:/Programming File/Cpp (++)  Programming' (Optional)\ngit add README.md\ngit commit -m \"first commit\"\ngit branch -M main\ngit remote add origin https://github.com/learnwithfair/laravel-restaurant.git\ngit push -u origin main\n\n\n…or push an existing repository from the command line\ngit remote add origin https://github.com/learnwithfair/laravel-restaurant.git\ngit branch -M main\ngit push -u origin main\n\n### If fetch any error then try as-\n\ngit branch --set-upstream-to=origin/main main\ngit pull origin main --allow-unrelated-histories\ngit push -u origin main\n\n\n\n\n##########\nto check brance -\u003e git brance -a\nChange Brance git checkout branceName\nmore details -\u003e git cheat sheet\n\n```\n## Option A\n# 🛠️ GitHub CLI Setup Guide for Windows 11\n\nThis guide explains how to install, configure, and use the GitHub CLI (`gh`) on Windows 11, including authentication and cloning private repositories.\n\n---\n\n## ✅ 1. What is GitHub CLI?\n\nThe GitHub CLI (`gh`) lets you use GitHub features like:\n- Cloning repositories\n- Creating issues and pull requests\n- Authenticating with GitHub\n- Managing your projects\n\nIt works directly from the command line or terminal inside VS Code.\n\n---\n\n## ✅ 2. Install GitHub CLI on Windows 11\n\n### 🔹 Step 1: Download the Installer\n\n- Visit: [https://cli.github.com/](https://cli.github.com/)\n- Click on **Windows** to download the `.msi` installer.\n\nDirect link: https://github.com/cli/cli/releases/latest\n\n### 🔹 Step 2: Run the Installer\n\n- Open the downloaded `.msi` file.\n- Proceed with **default settings**.\n- Finish installation.\n\n---\n\n## ✅ 3. Verify Installation\n\nOpen **Command Prompt** or **VS Code Terminal** and run:\n\n```bash\ngh --version\n```\n\nYou should see something like:\n\n```bash\ngh version 2.50.0 (2025-05-22)\n```\n\n---\n\n## ✅ 4. Authenticate with GitHub\n\nRun the login command:\n\n```bash\ngh auth login\n```\n\nYou’ll be prompted to:\n- Choose GitHub.com\n- Choose `HTTPS`\n- Authenticate in browser\n\nFollow the instructions → copy the URL → paste into browser → login with GitHub → authorize the CLI.\n\nIf successful, you’ll see:\n\n```bash\n✓ Logged in as learnwithfair\n```\n\n---\n\n## ✅ 5. Clone a GitHub Repo\n\nYou can now clone any public or private repository (if you have access):\n\n```bash\ngh repo clone learnwithfair/Carento-customization\n```\n\n---\n\n## ✅ 6. List Your Repositories\n\n```bash\ngh repo list\n```\n\nExample output:\n\n```bash\nlearnwithfair/awesome-project           Public\nlearnwithfair/top-secret-project        Private\n```\n\n---\n\n## ✅ 7. More Useful Commands\n\n| Command            | Description                                |\n|--------------------|--------------------------------------------|\n| `gh repo view`     | View current repo info                     |\n| `gh repo fork`     | Fork a repository                          |\n| `gh pr create`     | Create a new pull request                  |\n| `gh issue list`    | List all issues in the current repo        |\n| `gh repo create`   | Create a new GitHub repo from the CLI      |\n| `gh auth logout`   | Logout from GitHub                         |\n\n---\n\n## 🧠 Tip\n\nIf you're a **collaborator on a private repo**, `gh` is the easiest way to clone and work with it — no need to handle tokens or SSH manually.\n\n---\n\n## ✅ Uninstalling (Optional)\n\nTo uninstall:\n- Open **Control Panel → Programs → Uninstall a Program**\n- Select **GitHub CLI** and click Uninstall\n\n---\n\n## 📌 Done!\n\nYou're now ready to manage GitHub from your terminal like a pro 🚀\n\n\n\n## Option B\n### [Lesson 3. How to set git environment and configuration](https://youtu.be/vj5-nkhTRbo)\n\n- create a GitHub account\n- [setup ssh](https://youtu.be/ykLd4YQMzCo?si=hS4bShi16XfD4n5y) :\n  - type in terminal `for generating SSH Key: ssh-keygen -t ed25519 -C \"your email goes here\"`\n  - type in terminal `cat ~/.ssh/id_ed255519.pub`\n  - copy the ssh and add to github\n- Download and install git on your pc: https://git-scm.com/\n- check git version: open terminal or cmd then use the command `git --version` to find out whether git is installed or not. if git is installed it will return a version number of git.\n\n### git configuration\n\n1.  check all configuartion options: `git config`\n2.  set global user name and user email for all repository/git folders (if you want to set different username and email for different git repository then remove --global)\n    - set global user name: `git config --global user.name \"anisul-islam\"`\n    - set global user email: `git config --global user.email \"anisul2010s@yahoo.co.uk\"`\n3.  list all git configuration:\n    - list all the configuration: `git config --list`\n    - list user name: `git config user.name`\n    - list user email: `git config user.email`\n4.  change global username \u0026 email\n    - change global user name: `git config --global user.name \"PUT_NEW_USER_NAME_HERE\"`\n    - change global user email: `git config --global user.email \"PUT_NEW_USER_EMAIL_HERE\"`\n\n\u003cbr/\u003e\n\n### [Lesson 4. creating git repo and adding new files](https://youtu.be/oa6viOCTEeM)\n\n1.  creating a git folder\n\n- ls -a : list all files inside of a directory\n\n  ```\n  mkdir DIRECTORY_NAME_HERE\n  cd DIRECTORY_NAME_HERE\n  git init\n\n  Example:\n  mkdir notes\n  cd notes\n  git init\n  ls -a\n  ```\n\n2.  adding new files in git folder\n\n- git status : displays the state of the working directory and staging area\n\n  ```\n  ls -a\n  touch fileName.extension\n  open fileName.extension\n  git status\n\n  Example:\n  touch day1.txt\n  open day1.txt\n  write something inside the file\n  ```\n\n- Git is aware of the file but not added to our git repo\n- Files in git repo can have 2 states – tracked (git knows and added to git repo), untracked (file in the working directory, but not added to the local repository)\n- To make the file trackable stagging or adding is required\n\n\u003cbr/\u003e\n\n### [Lesson 5. how to add files in staging area \u0026 remove files](https://youtu.be/IDhgZX4esQQ)\n\n1.  adding files to stagging area:\n\n- `git add fileName` add a file in staging area / index\n- `git add .` add all files of directory to stagging area not subdirectory\n- `git add -A` add all files of directory and subdirectory to stagging area\n- `git rm --cached fileName` unstage a file from staging area\n- `git diff` - checking the differences of a staged file\n- `git restore fileName` - restore the file\n\n\u003cbr/\u003e\n\n### [Lesson 6. practice-1](https://youtu.be/jSj-GF-utls)\n\n\u003cbr/\u003e\n\n### [Lesson 7. commit \u0026 uncommit](https://youtu.be/gmBKbxKGcn8)\n\n- `git commit -m \"message\"` move the file to local repository from stagging area\n- `git log` check the commit history\n- `git reset --soft HEAD^` uncommit the commit in HEAD and move to staging area\n- `git reset HEAD^` uncommit the commit in HEAD and move to unstaging / working area\n- `git reset --hard HEAD^` uncommit the commit in HEAD and delete the commit completely with all the changes\n\n\u003cimg src=\"./images/git-level.png\" width=\"90%\"\u003e\n\n\u003cbr/\u003e\n\n### [Lesson 8. git HEAD and undo theory](https://youtu.be/xUNsecljvog)\n\n- `git log --oneline`\n- `git show`\n- `git show HEAD^`\n- `git show commit-id`\n- `git checkout commit-id`\n- `git checkout master`\n\n\u003cbr/\u003e\n\n### [Lesson 9. git HEAD and undo practical](https://youtu.be/rEoeC-HBqws)\n\n\u003cbr/\u003e\n\n### [Lesson 10. git revert]()\n\n\u003cbr/\u003e\n\n### [Lesson 11. git ignore](https://youtu.be/CKla6oWTezM)\n\n- create a .gitignore file and add the things you do not want to add in the stagging area\n- Inside .gitignore we can keep secret files, hidden files, temporary files, log files\n- `secret.txt` secret.txt will be ignored\n- `*.txt` ignore all files with .txt extension\n- `!main.txt` ignore all files with .txt extension without .main.txt\n- `test?.txt` ignore all files like test1.txt test2.txt\n- `temp/` all the files in temp folders will be ignored\n\n\u003cbr/\u003e\n\n### [Lesson 12. how to create github repository and commits](https://youtu.be/HRVNOjl9e5U)\n\n- sign in to your github account\n- create a git repo\n\n\u003cbr/\u003e\n\n### [Lesson 13. README.md](https://youtu.be/bl0-DTgh-mw)\n\n[README video is here](https://youtu.be/bl0-DTgh-mw)\n\n- Everything you need to know about README.md is discussed in the video.\n- 6 heading levels: number of hashes define heading levels. check the following examples:\n  - `# heading 1 level text is here`\n  - `## heading 2 level text is here`\n- bold syntax: `**text goes here**`\n- italic syntax: `_text goes here_`\n- bold and italic syntax: `**_text goes here_**`\n- strikethrouh syntax: `~~this is~~`\n- single line code syntax: `` place code inside backticks\n- multiple line code syntax: ``` place code inside three open and closing backticks\n- multiple line code syntax language specific: ```html for specific lanaguage use language name when starting; not closing\n- Ordered List syntax\n\n      ```\n           1. HTML\n            2. CSS\n\n               1. Fundamental\n               2. CSS Architecture - BEM\n               3. CSS Preprocessor - SASS\n\n            3. JS\n      ```\n\n- Unordered List syntax -\u003e\n  ```\n   - html\n   - css\n     - Fundamental\n     - CSS Architecture - BEM\n     - CSS Preprocessor - SASS\n   - js\n  ```\n- Task List\n  ```\n     - [x] Task1\n     - [x] Task2\n     - [x] Task3\n  ```\n- adding link\n\n  ```\n     \u003c!-- automatic link --\u003e\n\n     http://www.studywithanis.com\n\n     \u003c!-- markdown link syntax --\u003e\n     [title](link)\n     [studywithanis](http://www.studywithanis.com)\n     [studywithanis][websitelink]\n\n     \u003c!-- all link is here  --\u003e\n\n     [websitelink]: http://www.studywithanis.com\n\n  ```\n\n- adding image syntax -\u003e `![alt text](imageURL)`\n  `![1800 milestone](https://i.postimg.cc/qvZpmxKF/1-800-Uploads-Milestone.png)`\n\n- adding emoji  \n   [emoji src](https://getemoji.com/) ### Smileys\n  😀 😃 😄 😁 😆 😅 😂 🤣 🥲 ☺️ 😊 😇 🙂 🙃 😉 😌 😍 🥰 😘 😗 😙 😚 😋 😛 😝 😜 🤪 🤨 🧐 🤓 😎 🥸 🤩 🥳 😏 😒 😞 😔 😟 😕 🙁 ☹️ 😣 😖 😫 😩 🥺 😢 😭 😤 😠 😡 🤬 🤯 😳 🥵 🥶 😱 😨 😰 😥 😓 🤗 🤔 🤭 🤫 🤥 😶 😐 😑 😬 🙄 😯 😦 😧 😮 😲 🥱 😴 🤤 😪 😵 🤐 🥴 🤢 🤮 🤧 😷 🤒 🤕 🤑 🤠 😈 👿 👹 👺 🤡 💩 👻 💀 ☠️ 👽 👾 🤖 🎃 😺 😸 😹 😻 😼 😽 🙀 😿 😾\n\n      ### Gestures and Body Parts\n      👋 🤚 🖐 ✋ 🖖 👌 🤌 🤏 ✌️ 🤞 🤟 🤘 🤙 👈 👉 👆 🖕 👇 ☝️ 👍 👎 ✊ 👊 🤛 🤜 👏 🙌 👐 🤲 🤝 🙏 ✍️ 💅 🤳 💪 🦾 🦵 🦿 🦶      👣 👂 🦻 👃 🫀 🫁 🧠 🦷 🦴 👀 👁 👅 👄 💋 🩸\n\n- adding table\n  ```\n     table syntax\n     | heading1 | heading2 |\n     | ----- | ----- |\n     | data1 | data2 |\n     | data3 | data4 |\n     | data5 | data6 |\n  ```\n\n\u003cbr\u003e\n\n### [Lesson 14. Connecting local repo to remote repo](https://youtu.be/sLX2YWYpkAc)\n\n- check remote connection: `git remote` or `git remote -v`\n- `git remote add name \u003cREMOTE_URL\u003e` example: git remote add origin http://...\n- to clone a remote repository: `git clone \u003cREMOTE_URL\u003e`\n\n\u003cbr\u003e\n\n### [Lesson 15. push and pull](https://youtu.be/UXEoCfYwI1Q)\n\n- push a branch `git push -u origin branch_name`\n- push all branches `git push --all`\n- pull from a repo: `git pull` which is equivalent to git fetch + git merge\n\n\u003cbr\u003e\n\n### [Lesson 16. branching and merging](https://youtu.be/3k8Bq_usPsk)\n\n- Branch is a new and separate branch of the master/main repository, which allows you parallel development.\n- Branching allows you to diverge from the main line of development and continue working on a separate line of code without affecting the main codebase. When you create a branch, you essentially create a copy of the code at a certain point in time, and you can make changes to this copy independently of other branches. Branches are often used for developing new features, fixing bugs, or experimenting with changes.\n- Merging is the process of combining the changes from one branch (the source branch) into another (the target branch). This allows you to incorporate the changes made in one branch back into the main codebase or another branch. When you merge branches, Git automatically integrates the changes, resolving any conflicts that may arise if the same part of the code was modified in both branches.\n- create a branch `git branch branch_name`\n- List branches `git branch`\n- List all remote branches `git branch -r`\n- List all local \u0026 remote branches `git branch -a`\n- move to a branch `git checkout branch_name`\n- create and move to a branch `git checkout -b branch_name`\n- delete a branch: `git branch -d branch_name`\n- merge branches:\n  ```\n    git checkout branchName\n    git merge branchName\n  ```\n- `git log --oneline --all --graph`\n\n\u003cbr\u003e\n\n### [Lesson 17. branching and merging locally](https://youtu.be/AhBxGYzdWI0)\n\n\u003cbr\u003e\n\n### [Lesson 18. git and GitHub practice - 2](https://youtu.be/IHVzseHh3Bo)\n\n\u003cbr\u003e\n\n### [Lesson 19. GitHub Issues](https://youtu.be/E5HFlpx7QP4)\n\n\u003cbr\u003e\n\n### [Lesson 20. 2-way and 3-way merges]()\n\n- Reeference:\n  - https://www.tutorialspoint.com/what-is-a-fast-forward-merge-in-git\n  - https://www.tutorialspoint.com/what-is-3-way-merge-or-merge-commit-in-git\n  - https://medium.com/@koteswar.meesala/git-fast-forward-merge-vs-three-way-merge-8591434dd350\n\n### [Lesson 21. Merge Conflicts]()\n\n- https://www.tutorialspoint.com/what-is-merge-conflict-in-git-how-to-handle-merge-conflicts\n\n### Lesson 22. Tags\n\nIn GitHub, \"tags\" typically refer to Git tags. Git tags are a way to mark specific points in a Git repository's history as being important or significant. They are often used to label specific commits, such as releases or version numbers, to make it easier to reference those commits in the future.\n\nHere's how Git tags work:\n\n1. **Creating a Tag:** You can create a Git tag by running a command like `git tag \u003ctag-name\u003e`, where `\u003ctag-name\u003e` is the name you want to give to the tag. For example, you might create a tag for a release like this: `git tag v1.0.0`.\n\n2. **Tagging Commits:** Tags are typically associated with specific commits. When you create a tag, it's linked to the current commit, but you can also specify a different commit if needed.\n\n3. **Listing Tags:** You can list all the tags in a Git repository using the `git tag` command.\n\n4. **Annotated vs. Lightweight Tags:** Git supports two types of tags: annotated and lightweight. Annotated tags are recommended for most use cases because they store extra metadata like the tagger's name, email, date, and a tagging message. Lightweight tags are just a name for a specific commit and don't include extra information.\n\n5. **Pushing Tags:** By default, when you push changes to a remote Git repository, tags are not automatically pushed. You need to use `git push --tags` to push tags to a remote repository. This is important when you want to share tags, especially when creating releases on GitHub.\n\n6. **Using Tags on GitHub:** On GitHub, you'll often see tags associated with releases. When you create a release on GitHub, it typically creates a Git tag behind the scenes to mark the specific commit associated with that release. Users can then download or reference that release by its tag name.\n\nGitHub also has its own concept of \"releases\" that are closely related to Git tags. A release on GitHub is a way to package and distribute software versions, and it often corresponds to a Git tag. When you create a GitHub release, you can upload release assets (e.g., binaries, documentation) and provide release notes.\n\nIn summary, GitHub tags are essentially Git tags, and they are used to mark important points in a repository's history, often associated with releases or significant commits. They help users easily reference and work with specific versions of a project.\n\n### git revert\n\nIn Git, git revert is a command used to create a new commit that undoes the changes made by a previous commit. This command is helpful when you want to revert specific changes without altering the commit history.\n\n\n## Follow Me\n\n[\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/github.svg' alt='github' height='40'\u003e](https://github.com/learnwithfair) [\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/facebook.svg' alt='facebook' height='40'\u003e](https://www.facebook.com/learnwithfair/) [\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/instagram.svg' alt='instagram' height='40'\u003e](https://www.instagram.com/learnwithfair/) [\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/twitter.svg' alt='twitter' height='40'\u003e](https://www.twiter.com/learnwithfair/) [\u003cimg src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/youtube.svg' alt='YouTube' height='40'\u003e](https://www.youtube.com/@learnwithfair)\n\n\u003c!-- MARKDOWN LINKS \u0026 IMAGES --\u003e\n\n[youtube-shield]: https://img.shields.io/badge/-Youtube-black.svg?style=flat-square\u0026logo=youtube\u0026color=555\u0026logoColor=white\n[youtube-url]: https://youtube.com/@learnwithfair\n[facebook-shield]: https://img.shields.io/badge/-Facebook-black.svg?style=flat-square\u0026logo=facebook\u0026color=555\u0026logoColor=white\n[facebook-url]: https://facebook.com/learnwithfair\n[instagram-shield]: https://img.shields.io/badge/-Instagram-black.svg?style=flat-square\u0026logo=instagram\u0026color=555\u0026logoColor=white\n[instagram-url]: https://instagram.com/learnwithfair\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://www.linkedin.com/in/rahatul-rabbi/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearnwithfair%2Fgithub-documentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flearnwithfair%2Fgithub-documentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flearnwithfair%2Fgithub-documentation/lists"}