From fffe67c6c2d65f1c4f8fa1f46acc1de9628178d5 Mon Sep 17 00:00:00 2001 From: charltonaustin Date: Fri, 10 Jun 2016 22:19:33 +0300 Subject: [PATCH 1/3] 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/3] 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 3154cc08c96d7229c35a5df9108cb7f99f27c6a1 Mon Sep 17 00:00:00 2001 From: Admin Date: Sat, 11 Jun 2016 06:31:25 +0300 Subject: [PATCH 3/3] Hello --- messageForRBK.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messageForRBK.txt b/messageForRBK.txt index 91a461c..f358490 100644 --- a/messageForRBK.txt +++ b/messageForRBK.txt @@ -1,3 +1,3 @@ ### example -June Jung -I'm having so much fun to be in RBK to meet all the cool people in my cohort! +Mai Mashfij +Learning to pull requets