03 –Git Configure & Create Local Repository ظبط الإعدادات وإنشاء مشروع على الجهاز
Channel:
Subscribers:
10,800
Published on ● Video Link: https://www.youtube.com/watch?v=2EOBjiv_Ag8
كيفيه اضافه إسم مستخدك و بريد الكترونى الى اعدادات جبت
كيفيه انشاء مشروع على الجهاز الخاص بك و التاكد انه بالفعل مشروع لجيت
كيفيه التاكد من حاله المشروع
كيفيه التاكد من الاعدادات
الأوامر المستخدمه بالفيديو
التأكد من الاعدادات 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
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