From fffe67c6c2d65f1c4f8fa1f46acc1de9628178d5 Mon Sep 17 00:00:00 2001 From: charltonaustin Date: Fri, 10 Jun 2016 22:19:33 +0300 Subject: [PATCH 1/4] Adding in scripts to create branches with people's names --- add_branches.sh | 9 +++++++++ names.txt | 31 +++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100755 add_branches.sh create mode 100644 names.txt diff --git a/add_branches.sh b/add_branches.sh new file mode 100755 index 0000000..502abb6 --- /dev/null +++ b/add_branches.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +while read line +do + printf "%s\n" "$line" + git checkout -b "$line" + git push origin "$line" + git checkout master "$line" +done < "$1" diff --git a/names.txt b/names.txt new file mode 100644 index 0000000..8072fdd --- /dev/null +++ b/names.txt @@ -0,0 +1,31 @@ +abdulazeez_abdulrazaaq +almoutasem_almashaqba +aws_ahmed +bader_khalifeh +elham_rababah +eman_othman +eshraq_albakri +farah_amawi +fatema_hammamy +hadeel_khawaldeh +hussam_eddin_alhendi +ibrahim_tamimi +lamiaa_al_olabi +mai_mashfij +marwa_al-alawy +maryam_majed +mihyar_almasalma +mohammad_albakri +mohammad_sheikh_oghli +mohammed_al-khalidi +mohannad_bakkar +ola_al_khateeb +raghad_al-khawaldeh +rana_kelani +rwaida_almehanni +saif_elokour +sajedah_yousef +salah_alomari +sarya_alsayed +tawfik_kahwaje +weaam_shahwan From b6a9cc82463a207cf116d1f0cf75070e0c0df70f Mon Sep 17 00:00:00 2001 From: charltonaustin Date: Fri, 10 Jun 2016 22:21:25 +0300 Subject: [PATCH 2/4] Fixing a typo --- add_branches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_branches.sh b/add_branches.sh index 502abb6..fe524cb 100755 --- a/add_branches.sh +++ b/add_branches.sh @@ -5,5 +5,5 @@ do printf "%s\n" "$line" git checkout -b "$line" git push origin "$line" - git checkout master "$line" + git checkout master done < "$1" From 08651c680a9cf4dd5a9d530a06d02de66bf6d1a7 Mon Sep 17 00:00:00 2001 From: emano93 Date: Sat, 11 Jun 2016 06:27:18 +0300 Subject: [PATCH 3/4] testing pull request --- messageForRBK.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/messageForRBK.txt b/messageForRBK.txt index 91a461c..e25e9e0 100644 --- a/messageForRBK.txt +++ b/messageForRBK.txt @@ -1,3 +1,5 @@ ### example -June Jung -I'm having so much fun to be in RBK to meet all the cool people in my cohort! +emano_othman +"I'm testing how to do pullrequest" + + From a211e3b7b6c1b4119d4dcba187865dc9f6392d19 Mon Sep 17 00:00:00 2001 From: emano93 Date: Sat, 11 Jun 2016 06:31:27 +0300 Subject: [PATCH 4/4] Testing changes --- messageForRBK.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/messageForRBK.txt b/messageForRBK.txt index e25e9e0..16694ee 100644 --- a/messageForRBK.txt +++ b/messageForRBK.txt @@ -3,3 +3,4 @@ emano_othman "I'm testing how to do pullrequest" +sfdg \ No newline at end of file