2024SP-ELE128L/CLONE-This-Repo.md

1.2 KiB

2024SP-ELE128L

Cloning This Git Repository

To clone this directory:

Install git on your system.
Open a command prompt (Windows) or a terminal (Linux, Mac OS)
Run the command below.

git clone https://cset2.stcc.edu/git/bigos/2024SP-ELE128L.git

Your working directory is 2024SP/2024SP-ELE128L

To pull in new changes:

Open a command prompt (Windows) or a terminal (Linux, Mac OS)
Change your working directory to 2024SP/2024SP-ELE128L
Run the command below.

git pull https://cset2.stcc.edu/git/bigos/2024SP-ELE128L.git

Mac OS X Example

cd ~  
mkdir 2024SP  
cd ~/2024SP  
ls  
git clone https://cset2.stcc.edu/git/bigos/2024SP-ELE128L.git
Cloning into '2024SP-ELE128L'...  
remote: Enumerating objects: 9, done.  
remote: Counting objects: 100% (9/9), done.  
remote: Compressing objects: 100% (8/8), done.  
remote: Total 9 (delta 1), reused 0 (delta 0), pack-reused 0  
Receiving objects: 100% (9/9), 13.66 KiB | 6.83 MiB/s, done.  
Resolving deltas: 100% (1/1), done.  
ls  
2024SP-ELE128L  
ls -l 2024SP-ELE128L   
total 80  
-rw-r--r--  1 edbigos  staff  34592 Apr 19 09:07 LICENSE  
-rw-r--r--  1 edbigos  staff    569 Apr 19 09:07 README.md  
cd 2024SP-ELE128L   
ls  
LICENSE		README.md