How to Write Code in Microsoft Visual Studio and Publish it on GitHub

  Рет қаралды 1,170

Tamim Mahmud

Tamim Mahmud

Күн бұрын

কিভাবে মাইক্রোসফট ভিজ্যুয়াল ষ্টুডিও তে কোড লিখে সেটি গিটহাবে পাবলিশ করতে হবে - গিটহাব বাংলা টিউটোরিয়াল। আপনি যখন একজন ওয়েব ডেভেলপার হিসেবে কোড লেখা শুরু করবেন তখন আপনার কোড টি অবশ্যই গিটহাবে পোস্ট করা উচিত। কারণ আপনার কোটি যদি গিটহাবে থাকে তাহলে আপনি ভবিষ্যতে সে কোড টি খুঁজে পাবেন। আর যদি না থাকে অর্থাৎ আপনার ওয়েবসাইট টি সংরক্ষণ করতে না পারলে সেটি হারিয়ে যাবে। যার জন্য কোড টি অন্যের সাথে শেয়ার করার জন্য হলেও অবশ্যই কিভাবে পুশ করা যায় সেটি দেখা উচিত। আপনি ওয়েব ডেভেলপমেন্ট এর জন্য যে কোডটি লিখবেন সেটিকে যদি কিভাবে গিটহাবে রাখতে সেটি না জানেন তাহলে সেটিকে পরবর্তীতে ডাউনলোড করে আপনি ব্যবহার করতে পারবেন না। তাই কিভাবে গিট্ পুশ করতে হবে এই ভিডিওতে আমি দেখিয়েছি। কিভাবে আপনি ভিজুয়াল স্টুডিও তে কোড লিখে সেটিকে কিভাবে পুশ করতে পারেন এবং আরও দেখিয়ে দিয়েছে কিভাবে আপনি ভিডিও স্টুডিও ডাউনলোড করবেন। নিজের স্টুডিও সেটআপ করবেন একটি একাউন্ট ক্রিয়েট করবেন এবং গিটহাব কিভাবে ডাউনলোড করবেন। গিট্ কিভাবে ডাউনলোড করবেন এবং গিটের ভার্সন কি চেক করবেন সেই সাথে দেখিয়ে দিয়েছে। গিটহাব এর ভেতর থেকে কিভাবে আপনি একটি রিপোজিটরি ক্রিয়েট করবেন এবং সে রিপোজিটরিকে আপনি কি করবেন এবং তার সাথে দেখিয়ে দিয়েছি আপনার রিপোজিটরি কিভাবে আপনি একটিই কোড এর সাথে যুক্ত করবেন। সর্বোপরি ভিডিওটি একটু দীর্ঘ হতে পারে। তবে এই ভিডিওতে আমি দেখিয়ে দিয়েছি এটুজেড মানে আপনি গিট্ ইন্সটল করা থেকে শুরু করে মাইক্রোসফট ভিজ্যুয়াল স্টুডিওতে এইচটিএমএল এর একটি কোড লেখা এবং এইচটিএমএল ইনস্টল করা। তার সাথে দেখিয়ে-দিয়েছি কিভাবে এইচটিএমএল এর একটি কোড লিখে সেটি ভিজুয়াল স্টুডিও মাধ্যমে কিভাবে পোস্ট করবেন। এগুলো করা একটু কঠিন ব্যাপার তবে আপনি যদি সঠিকভাবে ব্যবহার করতে পারেন এটি কঠিন না। কোথায় কি কমেন্ট দেবেন আমি সবকিছু দেখিয়ে দিয়েছি এবং এই প্রসেস টি একটি ভিডিওর মাধ্যমে আমি দেখিয়ে দিয়েছি যাতে করে আপনারা গিটাহবে সকল কার্যক্রম পরিচালনা করতে পারেন। ধন্যবাদ।
যে কমেন্ট গুলো লিখতে হবে গিট্ পুশ করার জন্য:
Git init
Git add .
Git commit -m "My First Project"
প্রথমবার আপনাকে এই লাইন দুটি লিখতে হবে , এর পরে আর লিখতে হবেনা। এখানে আপনার মেইল এ ইউসার টি ঠিক ভাবে দিতে হবে।
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
Then again type : Git commit -m "My First Project"
Then Pesat the last three line of command in the Git repository.
Video Description English :
How to write code in Microsoft Visual Studio and publish it on GitHub - GitHub Bangla Tutorial. When you start writing code as a web developer, you must post your code to GitHub. Because if your code is in github then you will find that code in future. And if not, that means your website will be lost if you can't save it. For which the code is meant to be shared with others but must be seen how to push it. If you don't know how to put the code you write for web development on GitHub, you won't be able to download it and use it later. So in this video I have shown how to do git push. Shows how you can write code in Visual Studio and push it, and also shows you how to download Video Studio. How to setup your studio, create an account and download GitHub. It also shows how to download Git and check the version of Git. I've shown you how to create a repository from within GitHub and what you do with that repository, and how you link your repository to the same code. After all, the video could be a bit long. But in this video I show you how to go from installing Git to writing a code of HTML in Microsoft Visual Studio and installing HTML. Along with that, I have shown how to write an HTML code and post it through Visual Studio. They are a bit tricky to do but not difficult if you use them correctly. I have shown everything where to comment and I have shown this process through a video so that you can do all the activities in GitHub. thank you.
The comments that should be written for git push:
Git init
Git add.
Git commit -m "My First Project"
The first time you have to write these two lines, after that you don't have to write more. Here you have to give your email address correctly.
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
Then again type : Git commit -m "My First Project"
Then Pesat the last three lines of command in the Git repository.
Channel Description:
Tamim Mahmud channel is a Tech related KZbin channel. Here you find all types of tech-related videos.
Here also an advanced level video from new freelancer. This is a non-profit KZbin channel.
Tamim Mahmud try to solve all tech and freelancing related problems.
For any type of tech and freelancing related issues, you can contact us at:
Facebook Page: / tamimmahmudbd
Twitter: / tamim_mahmudbd
KZbin Channel: / @tamimmahmudbd
Email: tamimpc21@gmail.com
Tamim Mahmud

Пікірлер: 4
@sangram_me
@sangram_me Жыл бұрын
Great tutorial! Your video on installing Git, creating a GitHub account, setting up VS Code, and pushing code to GitHub was incredibly detailed and easy to follow. Thank you for simplifying the process and making it less intimidating for beginners like me. Keep up the fantastic work!
@TamimMahmudBD
@TamimMahmudBD Жыл бұрын
Thanks Sangram..
@hussainibnali7
@hussainibnali7 Жыл бұрын
great video
@TamimMahmudBD
@TamimMahmudBD Жыл бұрын
Thanks!
小丑在游泳池做什么#short #angel #clown
00:13
Super Beauty team
Рет қаралды 41 МЛН
МЕБЕЛЬ ВЫДАСТ СОТРУДНИКАМ ПОЛИЦИИ ТАБЕЛЬНУЮ МЕБЕЛЬ
00:20
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 202 МЛН
Brawl Stars Edit😈📕
00:15
Kan Andrey
Рет қаралды 48 МЛН
HOW TO PROGRAM - Getting Started!
10:36
Brackeys
Рет қаралды 2,9 МЛН
25 VS Code Productivity Tips and Speed Hacks
11:35
Fireship
Рет қаралды 2,3 МЛН
Git and GitHub ဘယ်လိုသုံးမလဲ
13:23
Si Thu Computer Center
Рет қаралды 53
What A Day In A Programmers Life Is Actually Like
5:46
Hallden
Рет қаралды 1,6 МЛН
How to put an HTML website online (on the Internet)
29:37
SuperSimpleDev
Рет қаралды 1,6 МЛН
Git, GitHub, & GitHub Desktop for beginners
22:16
Coder Coder
Рет қаралды 758 М.
小丑在游泳池做什么#short #angel #clown
00:13
Super Beauty team
Рет қаралды 41 МЛН