GithubHelp home page GithubHelp logo

-github-'s Introduction

Git and Github 2023

গিটহাব কি ?

GitHub সংস্করণ নিয়ন্ত্রণ এবং সহযোগিতার জন্য একটি ওয়েব-ভিত্তিক প্ল্যাটফর্ম যা গিট ব্যবহার করে, একটি বিতরণ করা সংস্করণ নিয়ন্ত্রণ ব্যবস্থা। এটি সফ্টওয়্যার কোড হোস্টিং এবং শেয়ার করার পাশাপাশি সফ্টওয়্যার প্রকল্প পরিচালনা এবং কোড বিকাশে অন্যদের সাথে সহযোগিতা করার জন্য একটি জনপ্রিয় প্ল্যাটফর্ম।

যদি দুইটা গিটহাব একাউন্ট থাকে তাহলে একটা একাউন্ট কিভাবে উইন্ডোস ক্রেডিনশিয়াল থেকে রিমোভ করতে হয় ? alt text

  1. গিটহাব কিভাবে নতুন করে ইমেইল এবং উজারনেম সেট করতে হয় অনেকেই উইন্ডস দিলে এই ঝেমেলায় পরে
  • git config --global user.name "John Doe"
  • git config --global user.email "[email protected]" alt text

Fast time push

  • …or create a new repository on the command line
  • echo "# simple" >> README.md
  • git init
  • git add .
  • git commit -m "first commit"
  • git branch -M main
  • git remote add origin https://github.com/julfiker755/simple.git
  • git push -u origin main

Second time

  • git add .
  • git commit -m "first commit"
  • git push -u

Origin Https Change

  1. git remote remove origin
  2. git remote add origin https://github.com/ProgrammingHero1/redux-cart.git
  3. git push --set-upstream origin main
  4. git push --set-upstream origin main -f
  5. -------- Anathor system
  6. git remote -v
  7. git remote set-url origin https://github.com/ProgrammingHero1/redux-cart.git
  8. git push

Origin diya download

github remove (.env node_modules) file

  1. ভুলে .env ফোল্ডারটি git add,commit push করে গিটহাব আপলোড করে ফেলেছি.এখন কি করব ✔Solutions
  2. git rm -r --cached .env
  3. git add .
  4. git commit -m "removeing .env file"
  5. git push -f
  6. ভুলে node_modules ফোল্ডারটি git add,commit push করে গিটহাব আপলোড করে ফেলেছি.এখন কি করব ✔Solutions
  7. git rm -r --cached node_modules
  8. git add .
  9. git commit -m "removeing node_modules"
  10. git push -f

Markdown

  • Readme file ta dekte caile…………….
  • clt+shift+P and Markdown:Open Preview(clt+Shit+V)
  • Markdown main Wepsite link:-Markdown Cheat Sheet link

Git Branch Commands

Command Description
git branch List branches (the asterisk denotes the current branch)
git branch [branch name] Create a new branch
git branch -d [branch name] Delete a branch
git branch [branch name] Create a new branch
git checkout -b [branch name] Create a new branch and switch to it
git checkout - Switch to the branch last checked out
git checkout [branch name] Switch to a branch

| ---> Git Branch Commands Wepsite link:-Git Branch Com

What is Gitignore

  • কোন ফাইলকে গিটহাবে পাঠাতে না চাইলে আমরা .gitignore ব্যবহার করি alt text

Visual Studio Code Extension

  • Visual Studio Code extension
    • Live Server
    • css-auto-prefix
    • Monokai Dark Soda(color change)/Flatland Monokai Theme
    • Material Icon Theme/Theme - Seti-Monokai
    • Code Spell Checker(English check banna vull)
    • Better Comments
    • Beautify (alo melo code format kore)
  • API check
    • postman
    • Thunder Client
    • RapidAPI Client
  • react js extension
    • Reactjs code snippets-(rsc,rfc)
    • react emmet{settings->extensition->Include Languages}=add korte hobe
    • Auto Import
    • Redux DevTools
    • React Extension Pack
    • Axios Snippets
    • html to jsx
  • tawild css extenstion
    • Tailwind CSS IntelliSense
    • Inline fold
  • react js one file extension
    • React Extension Pack
    • React Extensions Pack alt text

Brower Extensition

  • Brower Extension most important
    • Copyfish [note:selct kore copy koro]
    • GoFullPage [note:full page pdf,jpg,png kora]
    • Pesticide for Chrome [note:website ke select kora]
    • React Developer Tools [note:react most popular extensition]
    • Redux DevTools [note:Redux Dev tools]
    • JSON Formatter [scrial show data]
    • JSON Viewer [scrial show data the my best]
    • Temp Mail [Random email ganared]
    • driver booster [windows driver+(Not a extensiton pack)]
    • Chrome Remote Desktop [laptop ke phone control]

Github Profile design demo link

Javascript Books All Resources:: Book.

Responsive check Responsive.

Doller check website Dooler.

website color check website-magazine.

-github-'s People

Contributors

julfiker755 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.