مشروع فلاتر على قيت هب upload your Flutter project ito GitHub

اذا كنت تعمل على مشروع وخائف عليه من الضياع أو أن يحصل خلل في الكمبيوتر  او تريد مشاركة مشروعك معك الآخرين هنا الحل الامثل لوضع مشروعك فيه



GitHub

 كل ما تحتاجه فقط الاندرويد ستوديو و تثبت git

Git

 في الكومبيوتر ونبداء 

  1. اولا افتح لوحة الأوامر terminal في الاندرويد ستوديو
  2. اكتب git init
  3. عن بعد git تضيف origin قم بكتابة.   
git remote add origin "عنوان المستودع"
4. اكتب git add .
5. اكتب git commit -m"الرسالة"
6. اخيرا git push origin master



If you are working on a project and are afraid of losing it or that a computer malfunction occurs or want to share your project with you others here is the best solution to put your project in it 


GitHub



you need only Android Studio and install git

Git

 if you already worked on Android Project and wants to add the git in it.

Step 1: Just open the terminal in android studio.

Step 2: execute ‘git init’

Step 3: git remote add origin “HTTP URL OF THE REPOSITORY”

then execute normal commands

Step 4: git add .

Step 5: git commit -m”Message”

Step 6: git push origin master














اترك تعليقاً

لن يتم نشر عنوان بريدك الإلكتروني. الحقول الإلزامية مشار إليها بـ *