diff --git a/0x03-git/.gitignore b/0x03-git/.gitignore new file mode 100644 index 0000000..b25c15b --- /dev/null +++ b/0x03-git/.gitignore @@ -0,0 +1 @@ +*~ diff --git a/0x03-git/js/index.js b/0x03-git/bash/98 similarity index 100% rename from 0x03-git/js/index.js rename to 0x03-git/bash/98 diff --git a/0x03-git/bash/alx b/0x03-git/bash/alx index edbb121..87081da 100644 --- a/0x03-git/bash/alx +++ b/0x03-git/bash/alx @@ -1,2 +1,4 @@ #!/bin/bash echo"ALX" +echo"ALX School" +echo"ALX School is so cool!" diff --git a/0x03-git/bash/school b/0x03-git/bash/school index 60b2812..7163356 100644 --- a/0x03-git/bash/school +++ b/0x03-git/bash/school @@ -1,2 +1,3 @@ #!/bin/bash echo"School" +echo"The school is open!" diff --git a/0x03-git/js/main.js b/0x03-git/test similarity index 100% rename from 0x03-git/js/main.js rename to 0x03-git/test diff --git a/0x03-git/up_to_date b/0x03-git/up_to_date new file mode 100644 index 0000000..cb12391 --- /dev/null +++ b/0x03-git/up_to_date @@ -0,0 +1,2 @@ +git push - origin main +git pull