03 –Git Configure & Create Local Repository ظبط الإعدادات وإنشاء مشروع على الجهاز

Channel:
Subscribers:
10,800
Published on ● Video Link: https://www.youtube.com/watch?v=2EOBjiv_Ag8



Duration: 11:06
81 views
2


كيفيه اضافه إسم مستخدك و بريد الكترونى الى اعدادات جبت
كيفيه انشاء مشروع على الجهاز الخاص بك و التاكد انه بالفعل مشروع لجيت
كيفيه التاكد من حاله المشروع
كيفيه التاكد من الاعدادات


الأوامر المستخدمه بالفيديو
التأكد من الاعدادات git config --list
إضافه اسم مستخدم
git config --global user.name "Add you name here"
و اضافه ايميل للإعدادات العامه
git config --global user.email "Add your email here"
إنشاء مجلد للمشروع جيت على الجهاز git init
متابعه حاله المشروع و التأكد من انك داخل المشروع git status
#git #version_control




Other Videos By Status Code


2021-06-08How to warm up before training to protect yourself from mistakenly get injured {Gym Lovers}
2021-05-26High kick, Stretching - Высокий удар, Растяжка - ضربات عاليه واستطالات
2021-05-0902 - Secrets of the Red Sea { The Formation}
2021-05-0706 - Work with branch locally, checkout and merge - التعامل مع الفروع بجيت, كيفيه انشائها و دمجها
2021-05-05Let s Relax or Study: 50 Minutes of relaxing, & soul touching music for calmness and relaxing
2021-05-0402 - Internet for Everyone { An Overview of URL Anatomy - Web Address}
2021-05-0201 - An overview of how internet works for everyone regardless of where you are working
2021-04-3001 - Secrets of the Red Sea {Red Sea in Figures}
2021-04-2505 - Take your work online{github}( push and pull) - حمل شغلك على جيت هاب
2021-04-2404 - Git commit life cycle(edit, stage, commit) - جيت للجمبع - دوره حياه ملفات جيت
2021-04-2303 –Git Configure & Create Local Repository ظبط الإعدادات وإنشاء مشروع على الجهاز
2021-04-2202- Git For Everyone{Install & Add to Environment Variables} جيت للجميع {تنصيب واضافه الى المتغيرات}
2021-04-2201 - Git For Everyone {Intro} - جيت للجميع {مقدمه}
2021-04-2115 - Car Rental {Arabic JAVA} {Convert To Web Project} -- مشروع مكتب تأجير سيارات بالجافا
2021-04-04Кому права превосходить кому ??, Как развитая отношения с животными отдалела людей друг от друга!!
2021-03-08Challenge Bases 3-5 {Event Fistful Of Thorium 03-08-2021}
2020-12-0809 - { 04 } - الجزء العملى لسيرفلت فرونت كونترولر practical Servlet Front Controller
2020-12-0808 - { 03 } - الجزء العملى لسيرفلت فرونت كونترولر practical Servlet Front Controller
2020-12-0807 - { 02 } - الجزء العملى لسيرفلت فرونت كونترولر practical Servlet Front Controller
2020-12-0706 - { 01 } - الجزء العملى لسيرفلت فرونت كونترولر practical Servlet Front Controller
2020-11-2505 - Servlet Front Controller {Arabic - بالعربي}



Tags:
git
git hub
git lab
bitbucket
version control
branching
merge
init
chekout
restore
git for everyone
technology
tracking
code
collaboration
Repositories
Clone
project
Push
Pull
Staging
Committing
software
developers
uses
history
commit
cmd
files
snapshot
config
user.name
user.email
status
git config --global user.name
git config --global user.email
git init
git status
git config --list
local repository
Configure