06 - Work with branch locally, checkout and merge - التعامل مع الفروع بجيت, كيفيه انشائها و دمجها

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



Duration: 10:52
60 views
5


كيفيه التعامل مع الفروع بجيت git branch
كيفيه انشاء فرع جديد new branch
كيفيه التحويل مابين الافرع
كيفيه دمج الفروع git merge branch
الاوامر المستخدمه
git branch branchName
لإنشاء فرع جديد
git checkout branchName
للتحويل من فرع الى فرع اخر
git branch
لإظهار الافرع العامله بالمشروع و الغير مخفيه
git merge originalBranch
لدمج الفرع الاصلى بالفرع الذى تتواجد به




Other Videos By Status Code


2021-08-28هل عضله البطن بتتعمل فعلا فى المطبخ
2021-08-22Declarative VS Imperative { الزامى ام اعلانى }
2021-08-21For Fun - Jumping and flipping
2021-08-21Flexible Training Warming up - legs - abdominal - back and fixability
2021-08-214 Different Abdominal Training - Energy charger exercise
2021-08-09Synchronize & Asynchronized التزامن و غير التزامن
2021-06-09Warming up on fire as professionals, Go beyond your limits - احماء على النار كالمحترفين, هات أخرك
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} -- مشروع مكتب تأجير سيارات بالجافا



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 status
git config --list
local repository
Configure
git restore
git commit
Stage
commits
git log
git push
git pull